@promptbook/node
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
10 lines (9 loc) • 378 B
TypeScript
import type { PreparedAgentsServerRuntime } from './PreparedAgentsServerRuntime';
/**
* Resolves the runtime app and dependency paths shared by Agents Server start and dev commands.
*
* @private internal utility of `buildAgentsServer`
*/
export declare function prepareAgentsServerRuntime(options?: {
readonly appPath?: string;
}): Promise<PreparedAgentsServerRuntime>;