agent-team-run-status
Original:🇺🇸 English
Translated
agent-team: Show one workflow run and grouped task status counts.
1installs
Sourcetae2089/agent-team
Added on
NPX Install
npx skill4agent add tae2089/agent-team agent-team-run-statusTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →run status
PREREQUISITE: Read.../agent-team-shared/SKILL.md
Show one run and task counts grouped by status.
Usage
bash
agent-team run status --run RUN_IDFlags
| Flag | JSON key | Required | Default | Description |
|---|---|---|---|---|
| | yes | - | Run to inspect. |
Examples
bash
agent-team run status --run run_docs
agent-team run status --params '{"run_id":"run_docs"}'Output
- : run record.
data.run - : task counts by status.
data.tasks
Errors
| Code | Meaning | Action |
|---|---|---|
| | Provide |
| Run does not exist. | Check the run ID. |
See Also
- agent-team-run-list
- agent-team-task-list