- Step1: Clone the GitHub repository from https://github.com/pablosierrafernandez/DataWhisper-Agent-Based-Architecture-for-Text-to-SQL
- Step2: Install dependencies via pip install -r requirements.txt
- Step3: Configure your database connection settings in config.yaml
- Step4: Initialize the DataWhisper agent with your LLM API key
- Step5: Submit natural language queries through the provided CLI or Python API
- Step6: Review and execute the generated SQL against your database
- Step7: Extend functionality by adding custom agents or database plugins