| # Core Framework | |
| gradio==6.0.0 | |
| python-dotenv==1.0.0 | |
| networkx | |
| # AI/ML Frameworks - Multi-Model Support | |
| anthropic>=0.40.0 | |
| google-generativeai==0.8.3 | |
| openai>=1.55.0 | |
| huggingface_hub>=0.22.0 | |
| # LangChain (required by model_router.py) | |
| langchain-anthropic>=0.2.4 | |
| langchain-openai>=0.2.9 | |
| langchain-google-genai>=2.0.5 | |
| langchain-core>=0.3.21 | |
| # MCP Protocol | |
| mcp>=1.1.0 | |
| httpx==0.28.1 | |
| # Modal Deployment | |
| modal==0.64.142 | |
| # Data Processing (minimal) | |
| pandas==2.1.4 | |
| pydantic>=2.0.0 | |
| # Async & Performance | |
| aiohttp==3.10.11 | |
| # Utilities | |
| python-multipart>=0.0.18 | |
| pyyaml==6.0.2 | |
| markdown==3.7 | |
| # Visualization | |
| plotly==5.24.1 | |