Commit Graph

2 Commits

Author SHA1 Message Date
Michelle (蜜雪) d10f2fe5f0 refactor: improve BedrockClient docs and export from __init__
- Add comprehensive docstring with model ID formats and auth notes
- Document region_name behavior with inference profiles
- Export BedrockClient from llm_clients package
2026-03-23 09:59:33 +08:00
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