agent_send
Send a message to a named agent in the fleet for inter-agent communication. The recipient receives it in their current session.
Instructions
Send a message to another agent on the fleet by name (inter-agent comms). The recipient receives it in-session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Sender label (optional). | |
| name | Yes | Recipient agent name. | |
| message | Yes | Message text to deliver. |