Skip to content

Documentation / @agentick/express / AgentickRouter

Interface: AgentickRouter() ​

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

Express Router with attached Gateway instance for lifecycle management.

Extends ​

  • Router

AgentickRouter(req, res, next): void

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

Express Router with attached Gateway instance for lifecycle management.

Parameters ​

req ​

Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>

res ​

Response<any, Record<string, any>>

next ​

NextFunction

Returns ​

void

Properties ​

gateway ​

gateway: Gateway

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

The underlying Gateway instance for lifecycle management

Released under the ISC License.