UNPKG

@promptbook/documents

Version:

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

7 lines (6 loc) 251 B
/** * Fingerprints all runtime source paths that can affect the local Agents Server build. * * @private internal utility of `buildAgentsServer` */ export declare function createAgentsServerBuildSourceFingerprint(appPath: string): Promise<string>;