agent-team-inbox-list
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseinbox 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
命令行选项
| Flag | JSON key | Required | Default | Description |
|---|---|---|---|---|
| | yes | - | Recipient inbox to read. |
| | no | empty | Restrict messages to one workflow; empty means all workflows. |
| | no | | Return only messages where |
| 标志 | JSON 键 | 是否必填 | 默认值 | 描述 |
|---|---|---|---|---|
| | 是 | - | 要读取的接收方收件箱。 |
| | 否 | 空值 | 将消息限制为单个工作流;空值表示所有工作流。 |
| | 否 | | 仅返回 |
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
输出
- : array of messages addressed to
data.messages.agent
- : 发送给指定
data.messages的消息数组。agent
Errors
错误
| Code | Meaning | Action |
|---|---|---|
| | Provide |
| 代码 | 含义 | 操作建议 |
|---|---|---|
| 缺少 | 提供 |
See Also
另请参阅
- agent-team-inbox-ack
- agent-team-sync-check
- agent-team-inbox-ack
- agent-team-sync-check