UNPKG

@promptbook/node

Version:

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

7 lines (6 loc) 267 B
/** * Normalizes one absolute runtime path so cache fingerprints are stable across platforms. * * @private internal utility of `buildAgentsServer` */ export declare function normalizeAgentsServerBuildInputPath(runtimeRootPath: string, inputPath: string): string;