Spaces:
Running
Running
File size: 871 Bytes
53c4c46 ee048f1 310fb90 53c4c46 ee048f1 53c4c46 ee048f1 4e438f3 ee048f1 1812a2a ce644a9 ee048f1 53c4c46 ee048f1 53c4c46 ee048f1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ########################## # DO NOT USE THIS FILE # FOR GRADIO DEMO ONLY ########################## #Core dependencies for HuggingFace Spaces pydantic>=2.7 pydantic-settings>=2.2 pydantic-ai>=0.0.16 # OPTIONAL AI Providers openai>=1.0.0 # anthropic>=0.18.0 # Multi-agent orchestration (Advanced mode) agent-framework-core>=1.0.0b251120 # Web search duckduckgo-search>=5.0 # HTTP & Parsing httpx>=0.27 beautifulsoup4>=4.12 xmltodict>=0.13 # UI (Gradio with MCP server support) gradio[mcp]>=6.0.0 # Utils python-dotenv>=1.0 tenacity>=8.2 structlog>=24.1 requests>=2.32.5 limits>=3.0 # Rate limiting # Optional: Modal for code execution modal>=0.63.0 # Optional: LlamaIndex RAG llama-index>=0.11.0 llama-index-llms-openai llama-index-llms-huggingface llama-index-embeddings-openai llama-index-vector-stores-chroma chromadb>=0.4.0 sentence-transformers>=2.2.0 |