Skip to main content

Module channel

Module channel 

Source
Expand description

Channel types for agent communication

Functions§

action_channel
Create action channel (TUI → Orchestrator)
event_channel
Create event channel (Orchestrator → TUI)

Type Aliases§

ActionReceiver
Receiver for AgentActions (TUI → Orchestrator)
ActionSender
Sender for AgentActions (TUI → Orchestrator)
EventReceiver
Receiver for AgentEvents (Orchestrator → TUI)
EventSender
Sender for AgentEvents (Orchestrator → TUI)