inbox_read
Fetch an agent's unconsumed messages in FIFO order, each with id and envelope, without consuming them. Acknowledge via inbox_ack to grant a 60s lease and prevent duplicate processing.
Instructions
消息总线读(同步, 兼容保留): 列某 agent 未消费(unconsumed)且未被他人租约占用的消息, FIFO 序, 各带 id + 信封(kind/topic/priority)。不消费——读后须 inbox_ack {agent, ids} 确认, 授予/续 60s 租约防并发双处理。实时唤醒用 inbox_wait。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | Yes |