@promptbook/remote-server
Version:
Promptbook: Create persistent AI agents that turn your company's scattered knowledge into action
8 lines (7 loc) • 320 B
TypeScript
import type { RemoteServerRuntime } from './RemoteServerRuntime';
/**
* Registers all HTTP middleware and routes in the original order.
*
* @private internal utility of `startRemoteServer`
*/
export declare function registerRemoteServerHttpRoutes<TCustomOptions>(runtime: RemoteServerRuntime<TCustomOptions>): void;