Kanshō/Agent fleet

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-pressed

Fleet table — row density

Static (non-interactive) rows
Plan & dispatchRunning
claude-opus-4-7·orchestrator·M-2014Compact audit log payloads above 4KB
audit/m-2014·6d 4h uptimeplandelegatesummariserate-limit+1
Audit writerPaused
claude-sonnet-4-6·writer·M-2013Postmortem draft — INC-218
14d 11h uptimemarkdownsummarisetone
EmbedderRunning
voyage-3·indexer·M-2015Refresh embeddings for docs index
2d 1h uptimechunkembedstore
Vault rotatorSuccess
claude-haiku-4-5·secops·M-2012Rotate sandbox secrets
31d uptimevaultrotateaudit
Slack notifierFailed
claude-haiku-4-5·comms·M-2011Coalesce alerts
ops/coalesce·9d uptime

Fleet grid — compact card

Plan & dispatchRunning
claude-opus-4-7orchestrator
M-2014

Compact audit log payloads above 4KB

72%412k$9.84
Audit writerPaused
claude-sonnet-4-6writer
M-2013

Postmortem draft — INC-218

18%88k$1.32
EmbedderRunning
voyage-3indexer
M-2015

Refresh embeddings for docs index

91%1.2M$2.48
Vault rotatorSuccess
claude-haiku-4-5secops
M-2012

Rotate sandbox secrets

4%18k$0.06
Slack notifierFailed
claude-haiku-4-5comms
M-2011

Coalesce alerts

42%6.4k$0.02

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.tsx

Component documentation

Agent fleet row

components/control-plane/agent-fleet-row.tsx

Purpose

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.