UNPKG

agentlang

Version:

The easiest way to build the most reliable AI agents - enterprise-grade teams of AI agents that collaborate with each other and humans

4 lines 260 B
import { ApplicationSpec } from '../runtime/loader.js'; import { Config } from '../runtime/state.js'; export declare function startServer(appSpec: ApplicationSpec, port: number, host?: string, config?: Config): Promise<void>; //# sourceMappingURL=http.d.ts.map