A work-in-progress Python project for building a natural-language-to-SQL agent with LangGraph.
This repository currently contains the initial project scaffold. The NL2SQL workflow, model integration, and database connectivity have not been implemented yet.
- Python 3.13 or newer
- uv
Install the project dependencies with:
uv syncStart the current example with:
uv run python main.pyIt currently prints:
Hello from nl2sql-agent!