Agent fleet row / card
Two densities for the agent fleet view. Rows live inside an operator table; cards live on a compact dashboard. Both surface load, uptime, current mission, and spend at a glance. Selecting an item is a toggle (aria-pressed) shown on the accent tint — the same semantics in both presentations.
Included in the single kansho full pack. Components are not offered as separate installs.
Selectable fleet — row and card share one selection language
Click to select; selection reads on the accent tint via aria-pressedFleet table — row density
Static (non-interactive) rowsFleet grid — compact card
Compact audit log payloads above 4KB
Postmortem draft — INC-218
Refresh embeddings for docs index
Rotate sandbox secrets
Coalesce alerts
Included components
This page is the canonical destination for these components. All ship in the single Kansho pack.
Agent fleet row
components/control-plane/agent-fleet-row.tsxComponent documentation
Agent fleet row
components/control-plane/agent-fleet-row.tsxPurpose
Shows an agent fleet item in dense row or compact card form with activity and resource metadata.
Appropriate use
Use in fleet tables or grids when operators need consistent selection across both densities.
Example
components/control-plane/agent-fleet-row.tsx has a representative live example in the "Selectable fleet — row and card share one selection language" section on /components/agent-fleet.
States
Items use the shared six status states; mission, role, uptime, load, tokens, cost, branch, skills, selection, and trailing content are optional.
API and props
Exports AgentFleetRow and AgentFleetCard plus AgentFleetItem and their props; both variants accept agent, selected, onClick, and className, while the row also accepts trailing content.
Dependencies
Direct imports are React, AgentDot, StatusPill, CostChip, Tag, InteractiveContainer, and cn.
Accessibility
Status and metadata are textual; row and card become keyboard-operable only when onClick is supplied, with selected state conveyed by the shared container.
Limitations
It does not poll agents, calculate load, sort the fleet, or persist selection; numeric ranges are trusted as supplied.
Source
Source: components/control-plane/agent-fleet-row.tsx.
Full pack
components/control-plane/agent-fleet-row.tsx is documented at /components/agent-fleet and installs only through the single Kansho full pack; no individual component install is offered.