volante_run
Orchestrate AI tasks across models by planning a task DAG, filtering capability mismatches, routing each sub-task to the best fit, and synthesizing a final answer with cost and route evidence.
Instructions
Orchestrate GOAL across the configured models. Volante plans a task DAG, filters hard capability mismatches, and routes each sub-task to the best predicted fit using configured metadata and optional evaluation evidence. It runs tasks one-shot or in an agentic tool loop, then synthesizes one final answer. Returns that answer plus status, cost, and route evidence.
prefer sets the routing objective and defaults to "quality":
"quality" best predicted fit, price only breaks ties
"cheap" lowest cash cost that still meets the requirements
"local" prefer locally hosted models
"cash_protect_quota" spend cash before subscription quota
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | ||
| prefer | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |