Plain-English questions
Query
A multi-agent pipeline turns your question into a query. The schema selector picks the minimum set of tables and fields; the planner (Opus 4.7 with adaptive thinking) writes the SQL; the validator gates it through deterministic and semantic checks; the executor runs it; the interpreter picks the right chart.
- Multi-agent pipeline: schema selector → planner → validator → executor → interpreter
- Auto-replans on validation failure (up to 2 retries)
- Plan is returned with every answer so users can audit how it was produced
- KPI / line / bar / pie / table picked by result shape