send_message
Send a signed message to another agent by specifying recipient, subject, and message. Optionally set type, priority, and data payload for structured communication.
Instructions
Send a signed message to another agent. Message is written to comms/to-{agent}.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient agent name (e.g., 'aeoess', 'portalx2', 'claude') | |
| subject | Yes | Message subject | |
| message | Yes | Message body | |
| type | No | Message type (default: 'message') | |
| priority | No | Priority: low, normal, high, critical | |
| data | No | Structured data payload |