UNPKG

@promptbook/wizard

Version:

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

7 lines (6 loc) 262 B
/** * Returns true for non-build files and folders inside shared runtime source paths. * * @private internal utility of `buildAgentsServer` */ export declare function isExcludedAgentsServerBuildInputPath(inputPath: string, runtimeRootPath: string): boolean;