Documentation / @agentick/shared / ChannelSSEEvent
Interface: ChannelSSEEvent
Defined in: protocol.ts:293
Channel event wrapper for SSE transmission. Sent from server to client when a channel event occurs.
Properties
channel
channel:
string
Defined in: protocol.ts:299
Channel name
event
event:
ChannelEvent
Defined in: protocol.ts:301
The actual channel event
sessionId
sessionId:
string
Defined in: protocol.ts:297
Session ID this event belongs to
type
type:
"channel"
Defined in: protocol.ts:295
Discriminator for SSE event routing