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? ​
optionalregisterController:boolean
Whether to register the default controller. Set to false if you want to define your own routes.
Default ​
ts
true