UNPKG

@promptbook/wizard

Version:

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

7 lines (6 loc) 258 B
/** * Returns true when a directory segment should not affect Agents Server production builds. * * @private internal utility of `buildAgentsServer` */ export declare function isExcludedAgentsServerBuildInputDirectoryName(directoryName: string): boolean;