Send a direct message to another session
bus_sendSend messages to a specific agent session's inbox for handoffs and requests. Recipients retrieve them on their next receive call.
Instructions
Send a message to a specific session inbox. The recipient sees it on their next bus_receive. Use for handoffs and requests between agent sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient session name, e.g. "backend" | |
| from | Yes | Your own session name, e.g. "frontend" | |
| text | Yes | Message body | |
| subject | No | Optional short subject |