Skip to content

Interface: AgentSubscription

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Cognitive / AgentSubscription

Interface: AgentSubscription

Defined in: src/types/cognitive.ts:1259

An active agent event subscription.

Properties

connected

readonly connected: boolean

Defined in: src/types/cognitive.ts:1263

Whether the subscription is currently connected.

Methods

close()

close(): void

Defined in: src/types/cognitive.ts:1261

Close the subscription.

Returns

void