@promptbook/documents
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
9 lines (8 loc) • 404 B
TypeScript
import type { AgentsServerBuildCache } from './AgentsServerBuildCache';
import type { AgentsServerBuildCacheOptions } from './AgentsServerBuildCacheOptions';
/**
* Reads and validates cached build metadata.
*
* @private internal utility of `buildAgentsServer`
*/
export declare function readAgentsServerBuildCache(options: AgentsServerBuildCacheOptions): Promise<AgentsServerBuildCache | undefined>;