agent-team-task-show
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chinesetask show
task show
PREREQUISITE: Read.../agent-team-shared/SKILL.md
Inspect one task before starting, retrying, reassigning, or integrating work.
前提条件: 阅读。../agent-team-shared/SKILL.md
在启动、重试、重新分配或整合工作之前,检查单个任务。
Usage
使用方法
bash
agent-team task show --task TASK_IDbash
agent-team task show --task TASK_IDFlags
标志
| Flag | JSON key | Required | Default | Description |
|---|---|---|---|---|
| | yes | - | Task to inspect. |
| 标志 | JSON键 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| | 是 | - | 要检查的任务。 |
Examples
示例
bash
agent-team task show --task task_docs
agent-team task show --params '{"task_id":"task_docs"}'bash
agent-team task show --task task_docs
agent-team task show --params '{"task_id":"task_docs"}'Output
输出
- : task record.
data.task - : dependency task IDs.
data.depends_on
- : 任务记录。
data.task - : 依赖任务ID。
data.depends_on
Errors
错误
| Code | Meaning | Action |
|---|---|---|
| Task does not exist. | Check the task ID. |
| | Provide |
| 代码 | 含义 | 操作建议 |
|---|---|---|
| 任务不存在。 | 检查任务ID。 |
| | 提供 |
See Also
另请参阅
- agent-team-task-list
- agent-team-sync-check
- agent-team-task-list
- agent-team-sync-check