UNPKG

@promptbook/node

Version:

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

12 lines (11 loc) 432 B
/** * Copies the bundled runtime into the launch project when the original app lives under `node_modules`. * * @private internal utility of `buildAgentsServer` */ export declare function synchronizeMaterializedAgentsServerRuntime(options: { readonly materializedRuntimeRootPath: string; readonly nodeModulesPath: string; readonly sourceAppPath: string; readonly sourceRuntimeRootPath: string; }): Promise<void>;