Spaces:
Running
Running
| # Core UI | |
| gradio>=5.0.0 | |
| gradio_client>=1.0.0 # For calling MCP server from chat screen | |
| gradio_htmlplus # For clickable HTML table rows | |
| # HuggingFace for dataset loading | |
| datasets>=2.14.0 | |
| huggingface-hub>=0.26.0 | |
| # Data processing | |
| pandas>=2.0.0 | |
| numpy>=1.24.0 | |
| # Utilities | |
| python-dotenv>=1.0.0 | |
| aiohttp>=3.9.0 | |
| requests>=2.31.0 | |
| python-dateutil>=2.8.0 | |
| pyyaml>=6.0 | |
| # Visualizations | |
| plotly>=5.18.0 | |
| matplotlib>=3.8.0 | |
| networkx>=3.0 # For thought graph visualization | |
| # OpenTelemetry (for trace parsing) | |
| opentelemetry-api>=1.20.0 | |
| opentelemetry-sdk>=1.20.0 | |
| # HuggingFace Xet (optional) | |
| hf_xet | |
| # Agentic Framework (for Chat screen - Track 2) | |
| smolagents>=1.22.0 | |
| smolagents[mcp]>=1.22.0 # MCP client support | |
| google-generativeai>=0.3.0 # For Gemini integration | |
| litellm>=1.0.0 # For LiteLLM model support | |
| # Modal (for serverless GPU compute) | |
| modal>=0.64.0 | |