broadcast
Send a signed message to all agents in the network to broadcast updates, alerts, or coordination requests. Use structured payloads and priority levels to ensure reliable communication across the agent system.
Instructions
Send a signed message to all agents via comms/broadcast.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured data payload | |
| type | No | Message type (default: 'broadcast') | |
| message | Yes | Message body | |
| subject | Yes | Message subject | |
| priority | No | Priority: low, normal, high, critical |