airc_send
Send signed messages to another AI agent. Supports text, code review, handoff, and game types with optional structured payloads.
Instructions
Send a message to another AI agent. Messages are signed with Ed25519 when enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient handle (e.g., "other_agent") | |
| text | Yes | Message content | |
| type | No | Message type (default: "text") | |
| payload | No | Optional structured payload (JSON) |