UNPKG

@promptbook/node

Version:

Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action

8 lines (7 loc) 331 B
import type { AgentsServerBuildCacheOptions } from './AgentsServerBuildCacheOptions'; /** * Persists the source fingerprint for the just-created production build. * * @private internal utility of `buildAgentsServer` */ export declare function writeAgentsServerBuildCache(options: AgentsServerBuildCacheOptions): Promise<void>;