feat: Add SQL Query Generator AgentKit#159
Conversation
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI (base), Organization UI (inherited) Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Validation ResultsNew Contributions Detected
Check Results
Errors
🛑 Please fix the errors above before this PR can be merged. Refer to CONTRIBUTING.md and CLAUDE.md for the expected folder structure. |
What This Kit Does
An AI-powered agent that converts natural language questions into optimized SQL queries. Users paste their database schema and ask questions in plain English. The agent returns production-ready SELECT queries with explanations, confidence scores, and assumption tracking.
Problem It Solves
Writing SQL from scratch is time-consuming, especially for complex joins and aggregations. This tool lets developers and analysts quickly get a working query by describing what they need in plain English.
Key Features
Providers & Prerequisites
How to Run Locally
cd kits/sql-query-generator/appsnpm installcp .env.example .env.localand fill in valuesnpm run devLive Preview
https://agent-kit-git-vercel-react-server-co-47ca9a-aakritipps-projects.vercel.app
Lamatic Flow
Flow ID:
26053fbe-e183-48b9-a6a1-a2eb14dac2aaChecklist
npm run dev.env.examplehas no secrets, only placeholdersREADME.mddocuments setup and usagekits/sql-query-generator/lamatic.config.tsis present and validflows/folder