@promptbook/node
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
8 lines (7 loc) • 349 B
TypeScript
import type { AgentsServerBuildCacheOptions } from './AgentsServerBuildCacheOptions';
/**
* Returns true when the production build marker and source fingerprint still match.
*
* @private internal utility of `buildAgentsServer`
*/
export declare function isAgentsServerBuildCacheCurrent(options: AgentsServerBuildCacheOptions): Promise<boolean>;