TradingAgents/tradingagents
Yijia Xiao 79051580b8
feat: add multi-provider LLM support with factory pattern
- Add tradingagents/llm_clients/ with unified factory pattern
- Support OpenAI, Anthropic, Google, xAI, OpenRouter, Ollama, vLLM
- Replace direct LLM imports in trading_graph.py with create_llm_client()
- Handle provider-specific params (reasoning_effort, thinking_config)
2026-02-03 22:27:20 +00:00
..
agents minor fix 2025-09-27 00:04:59 +08:00
dataflows optimized yfin fetching to be much faster 2025-10-06 19:58:01 -07:00
graph feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
llm_clients feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
default_config.py Switch default data vendor 2025-09-30 12:43:27 +08:00