AI Summary
I built a SQL analyst agent based on a simple idea: generating SQL is not the same as doing analysis. Most text-to-SQL tools stop at producing a query. But real analysis is iterative. You explore the schema, run queries, adjust, and refine. This project tries to model that loo...

