message_send
Send messages to other agents' inboxes for async coordination, enabling task delegation, sharing findings, asking questions, and notifications.
Instructions
Send a message to another agent's inbox.
Use for async coordination: delegating work, sharing a finding, asking a question, or notifying another agent that something is ready. The recipient will see it when they call message_inbox().
Args: to: The agent_id to send to, or "broadcast" to reach all agents. body: Message body. subject: Optional subject line (helps the recipient triage).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| body | Yes | ||
| subject | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |