Agent run checklist
Nested checklist of steps inside a run. Operator-grade timeline with status icons, sub-steps, durations, token spend, and a 'needs input' state distinct from paused.
Included in the single kansho full pack. Components are not offered as separate installs.
Nested run with mixed states
Decide on hourly aggregation window and validate against staging schema.
Run the chunk job against staging and diff row counts.
Skipped — channel paused during incident window.
Compact density
Vault returned 503 after 3 retries.
Component documentation
Agent Run Checklist
components/control-plane/agent-run-checklist.tsxPurpose
Shows a hierarchical run checklist with actor, progress, timing, spend, and nested steps.
Appropriate use
Use for read-only execution progress when the run engine supplies the complete tree.
Example
components/control-plane/agent-run-checklist.tsx has a representative live example in the "Nested run with mixed states" section on /components/agent-run-checklist.
States
Statuses are pending, running, success, error, skipped, paused, and needs-input; items can nest recursively and density is comfortable or compact.
API and props
AgentRunChecklist accepts items, density, className, and caption; each item supplies id, label, detail, status, actor, duration, tokens, cost, and children.
Dependencies
Direct imports are React, Lucide icons, Spinner, CostChip, and cn.
Accessibility
The list caption and nested order are visible; every state has a text treatment or labelled loader, and decorative connectors are hidden.
Limitations
It does not execute steps, collapse hierarchy, calculate progress, virtualise deep trees, or validate duplicate ids.
Source
Source: components/control-plane/agent-run-checklist.tsx.
Full pack
components/control-plane/agent-run-checklist.tsx is documented at /components/agent-run-checklist and installs only through the single Kansho full pack; no individual component install is offered.