An interactive AI-powered SQL assistant that connects to a local SQLite database and answers natural language questions using advanced LLMs. It leverages LangGraph for agent orchestration, LangChain for tool integration, Ollama (with the Qwen2.5-Coder
model) for language understanding, and LangSmith for tracing and debugging.
Example: Natural language SQL queries with LLM-powered responses
ℹ️ Replace the image URL with your actual demo GIF or video preview hosted on GitHub or an image hosting service.
- Natural Language SQL Agent: Ask questions about your database in plain English.
- Automated Tool Use: List tables, describe schemas, and execute queries.
- LangSmith Tracing: Debug and analyze interactions with ease.
- Extensible Architecture: Add tools or swap out the LLM with minimal effort.
git clone https://github.com/Tarun553/AI-Agent.git
cd AI-Agent