recon-driven sql composer; pick → compose → execute; llm out of structural sql

This commit is contained in:
2026-06-03 11:01:02 -03:00
parent 61494362a3
commit 29c620b2c2
27 changed files with 1516 additions and 249 deletions

View File

@@ -25,8 +25,8 @@ def plan(question: str) -> Plan:
user = render(
"planner.user",
question=question,
table_names=", ".join(schema.table_names()),
metrics_block=schema.render_metrics(),
tables_block=schema.render_tables_brief(),
metrics_block=schema.render_metrics_brief(),
catalog=json.dumps(catalog(), indent=2),
)