msg_request
Send a message to an agent and wait for its reply, enabling synchronous request-reply communication between AI agents.
Instructions
Send a message and wait for a reply (synchronous request/reply pattern with polling).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body | |
| sender | Yes | Sender agent name | |
| subject | Yes | Request subject | |
| recipient | Yes | Recipient agent name | |
| timeout_seconds | No | Max wait time for reply |