Skip to content

Documentation / @agentick/shared / FrameworkChannels

Variable: FrameworkChannels

const FrameworkChannels: object

Defined in: protocol.ts:53

Framework channel names.

Type Declaration

CONTEXT

readonly CONTEXT: "session:context" = "session:context"

Server broadcasts context utilization updates

CONTROL

readonly CONTROL: "session:control" = "session:control"

Client sends control commands (tick, abort)

EVENTS

readonly EVENTS: "session:events" = "session:events"

Server streams execution events to client

MESSAGES

readonly MESSAGES: "session:messages" = "session:messages"

Client sends messages to session

RESULT

readonly RESULT: "session:result" = "session:result"

Server sends final execution result

TOOL_CONFIRMATION

readonly TOOL_CONFIRMATION: "session:tool_confirmation" = "session:tool_confirmation"

Bidirectional tool confirmation flow

Released under the ISC License.