# FastAPI Agent API Dependencies fastapi>=0.104.0 uvicorn[standard]>=0.24.0 pydantic>=2.0.0 swarms>=0.0.1 # Optional dependencies for production gunicorn>=21.0.0 python-multipart>=0.0.6 # For enhanced features (optional) slowapi>=0.1.9 # Rate limiting python-jose[cryptography]>=3.3.0 # JWT tokens passlib[bcrypt]>=1.7.4 # Password hashing python-dotenv>=1.0.0 # Environment variables