status
Review daemon health metrics and locate the swarm lead, including counts of claims, tasks, contracts, notices, decisions, notes, failures, and skipped files. Optionally list active agents and their holdings.
Instructions
Report the daemon's health: counts of claims, tasks, contracts, notices, decisions and notes, the swarm lead, the last persistence failure and the files skipped at load. verbose=true adds up to 50 active agents with what they hold. Use for a health check or to find the lead; it publishes nothing and takes no lease. For your own leases use claims_list, and for how to work with Tirith use guide.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Your stable agent name, optional here. | |
| verbose | No | Also list active agents (at most 50) with what they hold. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| now | No | RFC 3339 daemon clock. | |
| seq | No | Mutations applied since start. | |
| lead | No | The agent holding .tirith/lead, or null. | |
| agents | No | With verbose, at most 50: agent, paths_count, expires_at, tasks_in_progress. | |
| claims | No | Live claims. | |
| memory | No | Memory notes. | |
| status | Yes | ok. invalid: a malformed agent name. | |
| message | No | Human-readable detail, on most outcomes other than ok. | |
| notices | No | Notices. | |
| version | No | The daemon's version. | |
| contracts | No | Contracts. | |
| decisions | No | Decisions. | |
| started_at | No | RFC 3339. | |
| tasks_done | No | Tasks done. | |
| tasks_open | No | Tasks not done. | |
| load_errors | No | Files or lines skipped at startup: path, line, error. | |
| uptime_secs | No | Seconds since start. | |
| agents_active | No | Agents holding a claim or a task. | |
| persist_error | No | The last failure to write state to disk, or null. | |
| tasks_orphaned | No | Tasks returned to todo because their owner went silent. | |
| lead_expires_at | No | With verbose: RFC 3339 end of the lead's lease. | |
| agents_truncated | No | With verbose: more agents than were listed. |