# MAOS - Multi-Agent Orchestration System
# Core Dependencies

# Async Framework
asyncio-mqtt==0.16.2
aiofiles==23.2.1
aioredis==2.0.1

# Web Framework
fastapi==0.104.1
uvicorn[standard]==0.24.0
websockets==12.0

# Data & Serialization  
pydantic==2.5.0
msgpack==1.0.7
orjson==3.9.10

# Database & Storage
redis==3.5.3
sqlalchemy[asyncio]==2.0.23
alembic==1.13.1
psycopg[binary]==3.1.13

# Task Queue & Messaging
celery==5.3.4
kombu==5.3.4
redis-py-cluster==2.1.0

# Monitoring & Logging
prometheus-client==0.19.0
structlog==23.2.0
opentelemetry-api==1.21.0
opentelemetry-sdk==1.21.0

# Security & Encryption
cryptography==41.0.7
pyjwt==2.8.0
argon2-cffi==23.1.0

# CLI & Configuration
click==8.1.7
typer==0.9.0
pyyaml==6.0.1
python-dotenv==1.0.0

# Testing & Development
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
httpx==0.25.2
factory-boy==3.3.0

# Docker & Deployment
gunicorn==21.2.0
docker==6.1.3
kubernetes==28.1.0

# Performance & Utilities
numpy==1.26.2
pandas==2.1.4
rich==13.7.0
psutil==5.9.6