TradingAgents/tradingagents/llm_clients
Michelle (蜜雪) 76876f8cc5 feat: add Amazon Bedrock provider support
Add BedrockClient using langchain-aws ChatBedrockConverse, enabling
TradingAgents to use Bedrock-hosted models (Claude, Kimi, Qwen, GLM, etc.)
via IAM Role authentication without API keys.

Usage:
  config['llm_provider']    = 'bedrock'
  config['deep_think_llm']  = 'us.anthropic.claude-sonnet-4-5-20251001-v1:0'
  config['quick_think_llm'] = 'us.amazon.nova-lite-v1:0'

Requires: langchain-aws>=0.2.0
2026-03-23 09:59:33 +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 Anthropic effort level support for Claude models 2026-03-22 21:57:05 +00:00
base_client.py chore: consolidate install, fix CLI portability, normalize LLM responses 2026-03-22 21:38:01 +00:00
bedrock_client.py feat: add Amazon Bedrock provider support 2026-03-23 09:59:33 +08:00
factory.py feat: add Amazon Bedrock provider support 2026-03-23 09:59:33 +08:00
google_client.py chore: consolidate install, fix CLI portability, normalize LLM responses 2026-03-22 21:38:01 +00:00
openai_client.py chore: consolidate install, fix CLI portability, normalize LLM responses 2026-03-22 21:38:01 +00:00
validators.py chore: update model lists, bump to v0.2.1, fix package build 2026-03-15 23:34:50 +00:00