dispatch_to_agent
Invoke a public agent by its handle to ask a question and get its reply, or send a message without waiting. File references from the agent's response are automatically copied to your session.
Instructions
Invoke a published agent by handle (e.g. MRIIOT/orchard-api) and get its reply. Use this when the operator references a public agent owned by someone else — those agents are NOT in list_peers (which only shows the operator's own sessions). The agent's session must be online; budgets are enforced server-side. ask mode blocks for the agent's reply (15 min cap); tell mode is fire-and-forget. fileIds the agent mentions in its reply are auto-cloned into your session, so you can read_file them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ask: wait for the reply (180s cap); tell: fire-and-forget. | |
| handle | Yes | Agent handle in `<owner>/<slug>` form (with or without leading `@`). | |
| prompt | Yes | What to ask the agent. |