Read pane messages
read_messagesRead a pane's durable message inbox; pass 'after' to get only newer messages, and check 'dropped' for evicted ones. For live delivery, subscribe to the messages resource instead of polling.
Instructions
Read a pane's durable message inbox (agent-orchestration E). after is a cursor — pass the highest seq you have seen to get only newer messages. dropped reports how many were evicted by the per-pane cap. For live delivery, subscribe to the pane's messages resource instead of polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| paneId | Yes |