TradingAgents/tradingagents/graph
Juan Manuel Béc bd988b8e3c feat: Add multi-provider LLM support with Ollama, Anthropic, Google, Groq, and more
- Added LLMFactory for provider-agnostic LLM creation
- Supports OpenAI, Ollama (local/free), Anthropic, Google, Groq, Azure, Together, HuggingFace, OpenRouter
- Updated memory system to be provider-agnostic
- Fixed Ollama integration with tool calling support (llama3.2, llama3.1, mistral-nemo, qwen2.5)
- Added comprehensive documentation and examples
- Updated CLI with new Ollama model selections
- 100% backward compatible - OpenAI remains default
- Verified working with tests
2025-10-31 19:10:22 +01:00
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
conditional_logic.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
propagation.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
reflection.py feat: Add multi-provider LLM support with Ollama, Anthropic, Google, Groq, and more 2025-10-31 19:10:22 +01:00
setup.py feat: Add multi-provider LLM support with Ollama, Anthropic, Google, Groq, and more 2025-10-31 19:10:22 +01:00
signal_processing.py feat: Add multi-provider LLM support with Ollama, Anthropic, Google, Groq, and more 2025-10-31 19:10:22 +01:00
trading_graph.py feat: Add multi-provider LLM support with Ollama, Anthropic, Google, Groq, and more 2025-10-31 19:10:22 +01:00