UNPKG

@promptbook/node

Version:

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

7 lines (6 loc) 273 B
/** * Returns true for runtime source files and folders that are not needed by the Agents Server build. * * @private internal utility of `buildAgentsServer` */ export declare function isExcludedAgentsServerRuntimeSourcePath(sourceRuntimeRelativePath: string): boolean;