TradingAgents/cli
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
..
static chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
main.py WIP 2025-09-26 16:17:50 +08:00
models.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
utils.py feat: Add multi-provider LLM support with Ollama, Anthropic, Google, Groq, and more 2025-10-31 19:10:22 +01:00