
# chromadb>=0.4.0           # Vector database for semantic search
# CLI and UI
# Core dependencies
# Memory system (optional - graceful degradation without these)
# pip install chromadb sentence-transformers
# sentence-transformers>=2.0.0  # Local embeddings
# Utilities
aiohttp>=3.8.0
certifi>=2023.0.0
httpx>=0.24.0
prompt_toolkit>=3.0.0
python-dotenv>=1.0.0
pyyaml>=6.0
rich>=13.0.0
