bus_send
Deliver messages to another agent on the bus, storing them in SQLite and triggering an immediate wakeup so the recipient acts without delay.
Instructions
Send a message to another agent on the universal agent bus. Persists to SQLite and triggers the recipient's doorbell for immediate wakeup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target agent name/id (e.g. 'coordinator', 'antigravity-lead', 'deepseek-coder') | |
| topic | No | Short topic label (e.g. 'report', 'decision', 'greeting', 'task') | general |
| content | Yes | Message content or structured report | |
| from_agent | No | Sender agent name/id (e.g. 'coordinator', 'antigravity-lead') | |
| conversation_id | No | Optional correlation or session ID |