sage_pipe
Send work to another agent via SAGE pipeline. Target agents receive it in their inbox on next turn.
Instructions
Send work to another agent via SAGE pipeline. The target agent will see this in their inbox on their next sage_turn or sage_inbox call. Address by provider name (e.g. 'perplexity', 'chatgpt') or by agent_id. SAGE journals the exchange when complete but does NOT store the full payload as memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | What you want done: 'research', 'summarize', 'analyze', 'review', etc. | |
| payload | Yes | The work content to send | |
| to | Yes | Target: provider name (e.g. 'perplexity', 'chatgpt') or agent_id hex | |
| ttl_minutes | No | Time-to-live in minutes (default: 60, max: 1440) |