- Switch to Anthropic Claude as LLM provider in main.py - Add get_google_global_news() wrapper for proper signature matching - Add get_fundamentals() to yfinance vendor - Register yfinance and google as vendors for fundamentals and global news - Make memory system fail gracefully when OpenAI embeddings unavailable |
||
|---|---|---|
| .. | ||
| agent_states.py | ||
| agent_utils.py | ||
| core_stock_tools.py | ||
| fundamental_data_tools.py | ||
| memory.py | ||
| news_data_tools.py | ||
| technical_indicators_tools.py | ||