# Requirements for Confucius Code Agent Demo
# Based on arXiv:2512.10398

# Core dependencies
pytest>=7.0.0
gradio>=4.0.0
python-dotenv>=1.0.0

# Optional: For real LLM integration
# Uncomment to use real LLMs instead of heuristic demo
# openai>=1.0.0
# google-generativeai>=0.3.0
