UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 300 B
import type { RemoteServerRuntime } from './RemoteServerRuntime'; /** * Registers book listing and book source download routes. * * @private internal utility of `startRemoteServer` */ export declare function registerBookRoutes<TCustomOptions>(runtime: RemoteServerRuntime<TCustomOptions>): void;