dispatch
Send messages to other agents or broadcast to all, with urgent priority, threaded conversations, structured payloads, and expiry controls. Receive confirmations and pending messages in response.
Instructions
Send a message to another agent or all agents. Use priority='urgent' for time-sensitive messages. Optional: thread_id groups messages into conversations, reply_to references a specific message, payload carries structured data (dict), ttl sets expiry in seconds, must_read=true prevents auto-expiry. Returns confirmation plus any pending messages for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | ||
| target | No | all | |
| message | Yes | ||
| payload | No | ||
| priority | No | normal | |
| reply_to | No | ||
| must_read | No | ||
| thread_id | No |