Spaces:
Sleeping
Sleeping
File size: 548 Bytes
0c591a7 | 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 | # Core python-dotenv>=1.0.0 pydantic>=2.0.0 # LangChain/LangGraph langchain>=0.1.0 langgraph>=0.1.0 langchain-core>=0.1.0 langsmith>=0.1.0 # LLM Providers (Groq is primary, others are fallback) langchain-groq>=0.1.0 google-generativeai>=0.5.0 requests>=2.31.0 # Search tavily-python>=0.3.0 # HTTP Client httpx>=0.27.0 # Yahoo Finance yfinance>=0.2.40 # A2A Server (for Researcher A2A mode) fastapi>=0.115.0 uvicorn>=0.32.0 # MCP SDK (for MCP servers) mcp>=1.0.0 # Sentiment Analysis vaderSentiment>=3.3.2 # Database psycopg2-binary>=2.9.0 |