@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
8 lines (7 loc) • 312 B
TypeScript
import type { RemoteServerRuntime } from './RemoteServerRuntime';
/**
* Registers execution task listing, detail, and creation routes.
*
* @private internal utility of `startRemoteServer`
*/
export declare function registerExecutionRoutes<TCustomOptions>(runtime: RemoteServerRuntime<TCustomOptions>): void;