agent-team-inbox-list

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

inbox list

收件箱列表

PREREQUISITE: Read
../agent-team-shared/SKILL.md
.
Read a recipient inbox before starting work, at checkpoints, and before completion.
前提条件: 阅读
../agent-team-shared/SKILL.md
在开始工作前、检查点以及完成工作前,读取接收方的收件箱。

Usage

使用方法

bash
agent-team inbox list --agent AGENT [--run RUN_ID] [--unread]
bash
agent-team inbox list --agent AGENT [--run RUN_ID] [--unread]

Flags

命令行选项

FlagJSON keyRequiredDefaultDescription
--agent
agent
yes-Recipient inbox to read.
--run
run_id
noemptyRestrict messages to one workflow; empty means all workflows.
--unread
unread
no
false
Return only messages where
acked_at
is empty.
标志JSON 键是否必填默认值描述
--agent
agent
-要读取的接收方收件箱。
--run
run_id
空值将消息限制为单个工作流;空值表示所有工作流。
--unread
unread
false
仅返回
acked_at
为空的未读消息。

Examples

示例

bash
agent-team inbox list --agent writer --run run_docs --unread
agent-team inbox list --params '{"agent":"writer","run_id":"run_docs","unread":true}'
bash
agent-team inbox list --agent writer --run run_docs --unread
agent-team inbox list --params '{"agent":"writer","run_id":"run_docs","unread":true}'

Output

输出

  • data.messages
    : array of messages addressed to
    agent
    .
  • data.messages
    : 发送给指定
    agent
    的消息数组。

Errors

错误

CodeMeaningAction
validation_error
agent
is missing.
Provide
--agent
.
代码含义操作建议
validation_error
缺少
agent
参数。
提供
--agent
选项。

See Also

另请参阅

  • agent-team-inbox-ack
  • agent-team-sync-check
  • agent-team-inbox-ack
  • agent-team-sync-check