UNPKG

@promptbook/node

Version:

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

7 lines (6 loc) 229 B
/** * Returns true when one folder contains the Next Agents Server app marker files. * * @private internal utility of `buildAgentsServer` */ export declare function isAgentsServerAppPath(candidate: string): Promise<boolean>;