Interface: AgentSubscription
@kortexya/reasoninglayer / Cognitive / AgentSubscription
Interface: AgentSubscription
Defined in: src/types/cognitive.ts:1259
An active agent event subscription.
Properties
connected
readonlyconnected: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