agent-team-task-show

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

task 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_ID
bash
agent-team task show --task TASK_ID

Flags

标志

FlagJSON keyRequiredDefaultDescription
--task
task_id
yes-Task to inspect.
标志JSON键是否必填默认值描述
--task
task_id
-要检查的任务。

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

输出

  • data.task
    : task record.
  • data.depends_on
    : dependency task IDs.
  • data.task
    : 任务记录。
  • data.depends_on
    : 依赖任务ID。

Errors

错误

CodeMeaningAction
not_found
Task does not exist.Check the task ID.
validation_error
task_id
is missing.
Provide
--task
.
代码含义操作建议
not_found
任务不存在。检查任务ID。
validation_error
task_id
缺失。
提供
--task
参数。

See Also

另请参阅

  • agent-team-task-list
  • agent-team-sync-check
  • agent-team-task-list
  • agent-team-sync-check