Skip to main content

Module swarm_view

Module swarm_view 

Source
Expand description

Swarm mode view for the TUI

Displays real-time status of parallel sub-agent execution, with per-sub-agent detail view showing tool call history, conversation messages, and output.

Structs§

AgentMessageEntry
A conversation message entry for a sub-agent
AgentToolCallDetail
A recorded tool call for a sub-agent
SubTaskInfo
Information about a subtask for display
SwarmViewState
State for the swarm view

Enums§

SwarmEvent
Events emitted by swarm execution for TUI updates

Functions§

render_swarm_view
Render the swarm view (takes &mut for StatefulWidget rendering)