broadcast
Send a signed broadcast message to all agents. Specify subject and message body; optionally include priority level and structured data payload.
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 |