# Core AI Agent Framework
openai>=1.0.0
anthropic>=0.21.0

# Real infrastructure
nats-py>=2.6.0
redis>=5.0.0
asyncpg>=0.29.0
aiohttp>=3.9.0

# Web Framework
fastapi>=0.110.0
uvicorn>=0.27.0
websockets>=0.14.0

# Frontend
streamlit>=1.32.0

# Database
sqlalchemy>=2.0.0
aiosqlite>=0.19.0

# Utilities
pydantic>=2.0.0
python-dateutil>=2.8.0
httpx>=0.27.0
python-dotenv>=1.0.0

# Monitoring
loguru>=0.7.0