send_message
Send a message to a registered agent and return its reply. The agent remembers previous exchanges, enabling coherent multi-turn conversations.
Instructions
Send a message to a registered agent and return its reply (manager channel).
Context persists across calls — the agent remembers previous exchanges.
Check info_requests in the result: any NEED_INFO(...) lines mean the
agent is blocked on information owned by another agent. Fetch the answer
from the responsible agent (another send_message) and relay it back to
the requester with a follow-up send_message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | No | manager | |
| message | Yes | ||
| agent_name | Yes |