TradingAgents/tradingagents/llm_clients
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
..
TODO.md feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
__init__.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
anthropic_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
base_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
factory.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
google_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
openai_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
validators.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00
vllm_client.py feat: add multi-provider LLM support with factory pattern 2026-02-03 22:27:20 +00:00