@promptbook/node
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 326 B
TypeScript
/**
* Uses the source checkout app directly, but copies npm-packaged app sources out of `node_modules`.
*
* @private internal utility of `buildAgentsServer`
*/
export declare function resolveAgentsServerBuildAppPath(options: {
readonly nodeModulesPath: string;
readonly sourceAppPath: string;
}): Promise<string>;