send_message
Send a message to a specific agent or broadcast to all, with types, priorities, and threading. Messages persist in the portal database for multi-agent coordination.
Instructions
Send a message to another agent or broadcast to all agents. Messages are persisted in the shared portal database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient agent name, or 'all' for broadcast | |
| from | Yes | Sender agent name | |
| type | Yes | Message type | |
| content | Yes | Message content (markdown supported) | |
| priority | No | Message priority (default: medium) | |
| thread_id | No | Thread ID for threaded conversations |