TradingAgents/tradingagents/graph
Adel Janbeih 98ae0bf88d
fix(graph): add missing Anthropic thinking_config
Update _get_provider_kwargs() in trading_graph.py to support extended reasoning for Claude models.

Dynamically injects the thinking_config dictionary when the provider is 'anthropic' and a budget is set.

Keeps the implementation consistent with existing OpenAI and Google logic.

Addresses the missing parameter issue mentioned in llm_clients/TODO.md
2026-03-22 13:05:43 +01:00
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
conditional_logic.py refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
propagation.py fix: initialize all debate state fields in propagation.py 2026-03-15 17:54:32 +00:00
reflection.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
setup.py refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
signal_processing.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
trading_graph.py fix(graph): add missing Anthropic thinking_config 2026-03-22 13:05:43 +01:00