masterllm / requirements.txt
stellar413's picture
Added fixed agent to agent communication
6df13ef
raw
history blame contribute delete
732 Bytes
fastapi>=0.111.0
uvicorn[standard]>=0.30.0
# UI
gradio>=5.1.0
gradio_client>=0.15.1
# HTTP
requests>=2.32.3
python-multipart>=0.0.9
# Pydantic v2 (FastAPI depends on this range)
pymongo[srv]>=4.6.0
tiktoken>=0.5.0
python-dotenv>=1.0.0
# Auth
passlib[bcrypt]>=1.7.4
PyJWT>=2.8.0
email-validator>=2.2.0
pydantic>=2.7,<3
# CrewAI for agent orchestration with Google Gemini support
crewai[google-genai]>=0.80.0
crewai-tools>=0.14.0
# Google Gemini API support for CrewAI
google-generativeai>=0.8.0
litellm>=1.0.0
# AWS Bedrock + LangChain (for fallback system)
# Using 0.2.x for AgentExecutor compatibility
langchain==0.2.16
langchain-aws==0.1.17
langchain-core==0.2.38
langchain-community==0.2.16
boto3>=1.34.0
botocore>=1.34.0