UNPKG

@promptbook/remote-server

Version:

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

8 lines (7 loc) 231 B
import express from 'express'; /** * Creates the base express application with shared middleware. * * @private internal utility of `startRemoteServer` */ export declare function createRemoteServerExpressApp(): express.Express;