TradingAgents/tradingagents/llm_clients
陆张弛 24f53bc237 refactor(llm_clients): 重构工厂模式实现,添加动态导入和依赖检查
将硬编码的导入改为动态导入,并添加对缺失依赖的检查
为codex_oauth添加新的客户端支持
更新provider参数文档说明
2026-03-14 11:00:17 +08: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 footer statistics tracking with LangChain callbacks 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
codex_oauth_client.py feat(llm_clients): 添加CodexOAuthClient支持OAuth认证的Codex模型 2026-03-14 11:00:07 +08:00
factory.py refactor(llm_clients): 重构工厂模式实现,添加动态导入和依赖检查 2026-03-14 11:00:17 +08:00
google_client.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
openai_client.py chore: clean up dependencies and fix Ollama auth 2026-02-03 23:08:12 +00:00
validators.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00