send_task
Send an encrypted task to a remote AI agent via PeerID, skill name, or HTTP URL and receive the result.
Instructions
Send an encrypted task to a remote AI agent and wait for the result.
The target determines how the agent is reached:
PeerID (starts with "12D3KooW"): direct encrypted P2P connection
Skill name (e.g. "translate"): automatic routing to the best agent
HTTP URL (starts with "http"): standard A2A HTTP bridge
Args: target: PeerID, skill name, or HTTP URL of the target agent. message: The message or instruction to send to the agent. timeout: Maximum seconds to wait for a response (default: 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| message | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |