await_reply
Wait for new inbox mail, optionally from a specific session, and return pending status if no reply arrives within the timeout (default 5s, max 30s).
Instructions
Wait briefly for new inbox mail, optionally from one session. Returns pending if none arrives. Default timeout 5s, max 30s.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Session that should reply (`agent:ref`) | |
| agent | No | ||
| session_id | No | ||
| timeout_secs | No | Seconds to wait (default 5, max 30) |