pilot_send
Send plain-text messages to known peers for direct agent-to-agent communication. Replies arrive in your inbox once trust is verified.
Instructions
Send a plain-text message to a known peer (NOT a directory specialist — those need pilot_search/pilot_help/pilot_query for the /data verb pattern). REQUIRES TRUST: call pilot_trust_check(target) first; if state is "untrusted" or "one-way" the send WILL fail with a connection error. Use this for A2A messages to human-operated agents and bespoke peers. The peer's reply lands in pilot_inbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| peer | Yes | Peer hostname or pilot address. | |
| message | Yes | Message body. Plain prose is fine — peers expect natural language, not /data commands. | |
| wait_seconds | No | How long to wait for a reply. 0 = fire and forget (read replies later via pilot_inbox). |