inbox_ack
Acknowledge processed messages to release their lease and remove them from the inbox, ensuring only the winning agent handles each message once.
Instructions
消息总线消费: 把某 agent 的 id(数组)标记 consumed, 释放租约。只有赢得租约的读者可 ack(幂等——ack 已消费/非己有/未过租约期的是 no-op 非错)。消费后不再出现在 inbox_read/inbox_wait。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | ||
| agent | Yes |