🤖 A multi-agent AI system that converts business requirements documents into production-ready SQL database schemas using CrewAI and OpenAI.
- Multi-Agent Architecture: 3 specialized AI agents working together
- Progressive Processing: Handles large documents efficiently
- Cost Optimized: Mixed model strategy (GPT-4o-mini + GPT-4o)
- Production Ready: Error handling, retries, comprehensive logging
- Complete Output: SQL DDL + detailed extraction reports
- Python 3.8+
- OpenAI API key
- Clone the repository
git clone https://github.com/Raulster24/db-schema-agents.git cd db-schema-agents - Install Pre-requisite
pip install -r requirements.txt