Skip to content

Documentation / @agentick/gateway / GatewayEvents

Interface: GatewayEvents ​

Defined in: gateway/src/types.ts:290

Properties ​

app:message ​

app:message: object

Defined in: gateway/src/types.ts:303

appId ​

appId: string

message ​

message: string

sessionId ​

sessionId: string


client:authenticated ​

client:authenticated: object

Defined in: gateway/src/types.ts:295

clientId ​

clientId: string

user? ​

optional user: UserContext


client:connected ​

client:connected: object

Defined in: gateway/src/types.ts:293

clientId ​

clientId: string

ip? ​

optional ip: string


client:disconnected ​

client:disconnected: object

Defined in: gateway/src/types.ts:294

clientId ​

clientId: string

reason? ​

optional reason: string


error ​

error: Error

Defined in: gateway/src/types.ts:310


plugin:registered ​

plugin:registered: object

Defined in: gateway/src/types.ts:308

pluginId ​

pluginId: string


plugin:removed ​

plugin:removed: object

Defined in: gateway/src/types.ts:309

pluginId ​

pluginId: string


session:closed ​

session:closed: object

Defined in: gateway/src/types.ts:297

sessionId ​

sessionId: string


session:created ​

session:created: object

Defined in: gateway/src/types.ts:296

appId ​

appId: string

sessionId ​

sessionId: string


session:message ​

session:message: object

Defined in: gateway/src/types.ts:298

content ​

content: string

role ​

role: "user" | "assistant"

sessionId ​

sessionId: string


started ​

started: object

Defined in: gateway/src/types.ts:291

host ​

host: string

port ​

port: number


stopped ​

stopped: Record<string, never>

Defined in: gateway/src/types.ts:292

Released under the ISC License.