ReferenceComponents
Agents Components
9 components in the agents domain.
Agents Domain
9 components.
| Component | Description | Pattern | Render | Composed With |
|---|---|---|---|---|
MissionCard | Compact task card with status dot, backend badge, and live duration | card-list | client | — |
MissionDetailPane | Task detail pane with tabs for overview, timeline, report, and verdict | — | client | DocRenderer, MissionTimeline |
MissionFilterBar | Filter bar with search, status/backend/role dropdowns, and sort controls | — | client | — |
MissionList | Scrollable task card list with keyboard navigation and selection | card-list | client | MissionCard |
MissionTimeline | Real-time SSE event timeline with typed event styling and streaming indicator | timeline | client | — |
MissionWorkspace | 3-column mission control layout with filter bar, task list, and detail pane | — | client | MissionFilterBar, MissionList, MissionDetailPane, ResizeHandle |
RoleEditor | Form editor for agent role with category and pattern selects | — | client | — |
TaskSummaryWidget | Compact task pipeline with status count pills | — | client | — |
WorkforceContent | Workforce dashboard with summary stats and role cards | — | client | TaskSummaryWidget |