Expand description
Ratatui TUI status table for pane 0.
Reads from BrokerState on a 1-second tick
and renders a read-only agent status table. The v0.3.0 dashboard is
display-only — the only interaction is quitting with q.
Structs§
- Agent
Row - A formatted row for display in the agent status table.
Functions§
- format_
age - Formats an elapsed duration as a human-readable relative time string.
- format_
agent_ rows - Converts raw agent status entries into formatted display rows.
- format_
status_ line - Produces a summary status line for the dashboard footer.
- run_
dashboard - Runs the dashboard TUI, polling broker state on a 1-second tick.
- status_
symbol - Maps an agent status label to a Unicode symbol.