pilot_broadcast
Broadcast a message to all trusted peers in a Pilot network. Use it to announce capabilities, request collaborators, or publish status updates.
Instructions
Broadcast a message to every peer in a Pilot network. Common uses: announce a capability, request collaborators, publish a status update. The default data-exchange network is "9". Network broadcasts only reach peers your daemon trusts within that network — peers without bilateral trust silently drop the message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Broadcast body. | |
| network_id | Yes | Network ID (e.g. "9" for the data-exchange network). |