broadcast
Send a signed message to all agents. Use subject and body for content, set priority, type, and attach structured data. Ensures authenticated communication across the agent network.
Instructions
Send a signed message to all agents via comms/broadcast.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | Message subject | |
| message | Yes | Message body | |
| type | No | Message type (default: 'broadcast') | |
| priority | No | Priority: low, normal, high, critical | |
| data | No | Structured data payload |