minions-ai-agents/requirements.txt

46 lines
1.1 KiB
Plaintext

# ==========================================
# CORE DEPENDENCIES
# ==========================================
python-dotenv>=1.0.0
pydantic>=2.5.0
pydantic-ai>=0.0.20
# ==========================================
# DATABASE & STORAGE
# ==========================================
asyncpg>=0.29.0
qdrant-client>=1.7.0
# ==========================================
# WEB FRAMEWORK
# ==========================================
fastapi>=0.109.0
uvicorn[standard]>=0.27.0
# ==========================================
# AI & LLM (Local Inference)
# ==========================================
langchain>=0.1.0
langchain-community>=0.0.20
langgraph>=0.0.20
# ==========================================
# INTEGRATIONS
# ==========================================
zabbix-utils>=2.0.0
aiosmtplib>=3.0.0
aioimaplib>=1.1.0
# ==========================================
# MONITORING & LOGGING
# ==========================================
logfire>=0.30.0
# ==========================================
# DEVELOPMENT & TESTING
# ==========================================
pytest>=7.4.0
pytest-asyncio>=0.23.0
pytest-cov>=4.1.0
black>=24.1.0
flake8>=7.0.0