rlm_task_stats
Retrieve aggregated task statistics for a swarm, with counts by status such as done, in progress, pending, failed, and cancelled.
Instructions
Get aggregated statistics for canonical HierarchicalTask N3 tasks in a swarm.
Returns counts by status:
done: Completed tasks
in_progress: Currently claimed tasks
blocked: Pending tasks with unmet dependencies
pending: Ready tasks waiting to be claimed
failed: Failed tasks
cancelled: Cancelled tasks
total: Total task count
This is the queue-style progress view. For full workflow status, use rlm_htask_metrics or rlm_htask_tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID |