UNPKG

@promptbook/node

Version:

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

7 lines (6 loc) 261 B
/** * Excludes build artifacts, dependency folders, private env files, and test sources. * * @private internal utility of `buildAgentsServer` */ export declare function shouldCopyAgentsServerRuntimePath(sourcePath: string, sourceRootPath: string): boolean;