A project using DSPy for building AI agents.
- Create a virtual environment:
python -m venv venv
source venv/bin/activate # On Unix/macOS
# or
venv\Scripts\activate # On Windows
- Install dependencies:
pip install -r requirements.txt
dataset/
: Contains project datasetsvenv/
: Python virtual environment (ignored by git)
MIT License