Skip to content

Documentation / @agentick/gateway / ConnectMessage

Interface: ConnectMessage ​

Defined in: gateway/src/transport-protocol.ts:16

Properties ​

clientId ​

clientId: string

Defined in: gateway/src/transport-protocol.ts:18


metadata? ​

optional metadata: Record<string, unknown>

Defined in: gateway/src/transport-protocol.ts:21


protocolVersion? ​

optional protocolVersion: string

Defined in: gateway/src/transport-protocol.ts:20


token? ​

optional token: string

Defined in: gateway/src/transport-protocol.ts:19


type ​

type: "connect"

Defined in: gateway/src/transport-protocol.ts:17

Released under the ISC License.