AI Agents
A roster of AI agents with status badges and per-agent progress. It shows agent names, roles, and lifecycle status (idle, active, awaiting review) with progress rings for active agents.
:::info Demo widget AI Agents currently renders a static sample roster. It is awaiting integration with the live agent runtime (the backend's long-running runs). :::
At a glance
| Type key | ai-agents |
| Default size | 3 × 12 (min 2 × 6) |
| Data source | None (demo) |
| Emits | — |
| Receives | — |
| Source | src/widgets/widgets/ai-agents/ |
Configuration
None — ai-agents is dataless and exposes no config panel.
Cross-widget actions
None.
Notable behavior
- Active agents show progress rings (step / total) and a spinning loader.
- Status pills are color-coded: blue (active), amber (awaiting review), muted (idle).
- The roster is sample data for now; live agent status will come from the backend.