sage_messages_receive
Receive and atomically claim a bounded message batch; use a caller-generated token to replay the exact same batch after a lost response, preventing duplicate or missed messages.
Instructions
Receive and atomically claim one bounded local message batch. Reusing the same receive_token replays the exact original batch after a lost response and never claims later messages. SAGE signs one exact read acknowledgement per returned message before presenting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| receive_token | Yes | Caller-generated token for this exact receive attempt |