- Add BedrockClient implementation with ChatBedrockConverse integration - Support Claude models (Haiku, Sonnet, Opus) via AWS Bedrock - Add AWS region selection in CLI with 5 region options (us-east-1, us-west-2, eu-west-1, ap-northeast-1, ap-southeast-1) - Integrate Bedrock provider into LLM factory and model catalog - Pass region_name and other Bedrock-specific parameters through trading graph configuration - Set default region to us-east-1 with configurable boto retry and timeout settings |
||
|---|---|---|
| .. | ||
| TODO.md | ||
| __init__.py | ||
| anthropic_client.py | ||
| azure_client.py | ||
| base_client.py | ||
| bedrock_client.py | ||
| factory.py | ||
| google_client.py | ||
| model_catalog.py | ||
| openai_client.py | ||
| validators.py | ||