Skip to content

Documentation / @agentick/nestjs / AgentickModuleOptions

Type Alias: AgentickModuleOptions

AgentickModuleOptions = Omit<GatewayConfig, "port" | "host" | "transport" | "httpPort"> & object

Defined in: nestjs/src/agentick.module.ts:37

Gateway config type for NestJS module. Excludes standalone-mode-only options.

Type Declaration

registerController?

optional registerController: boolean

Whether to register the default controller. Set to false if you want to define your own routes.

Default

ts
true

Released under the ISC License.