send_message
Send messages to specific agents or broadcast to all on the same project, enabling coordination with message types and optional task references.
Instructions
Send a message to another agent (or broadcast to all).
Use this to communicate with other agents working on the same project. Messages can be targeted to specific agents or broadcast to everyone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Message content | |
| project_id | Yes | Project ID | |
| to_agent_id | Yes | Recipient agent_id (use 'broadcast' for all agents) | |
| message_type | No | Type - request, update, alert, question, review | update |
| from_agent_id | Yes | Your agent_id | |
| related_task_id | No | Optional related task ID |