Skip to content

Documentation / @agentick/express / AgentickExpressConfig

Type Alias: AgentickExpressConfig ​

AgentickExpressConfig = Omit<GatewayConfig, "port" | "host" | "transport" | "httpPort">

Defined in: packages/express/src/index.ts:77

Gateway config type for Express middleware. Excludes standalone-mode-only options.

Released under the ISC License.