# Auto-Build Framework Dependencies
claude-agent-sdk>=0.1.16
python-dotenv>=1.0.0

# TOML parsing fallback for Python < 3.11
tomli>=2.0.0; python_version < "3.11"

# Memory Integration - LadybugDB (embedded graph database)
# Requires Python 3.12+ (no Docker required)
real_ladybug>=0.13.0; python_version >= "3.12"
graphiti-core>=0.5.0; python_version >= "3.12"

# Google AI (optional - for Gemini LLM and embeddings)
google-generativeai>=0.8.0
