TradingAgents/tradingagents/graph
Adel Janbeih dc3dc464b1
fix: correct indentation and add thinking_config to Anthropic client
Fixed IndentationError in trading_graph.py within the _get_provider_kwargs method.

Optimized logic to fetch the configuration value once instead of twice.

Removed temporary French comments.

Updated anthropic_client.py to include thinking_config in the allowed_keys whitelist so the parameters are properly passed to the LLM.
2026-03-22 13:43:38 +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: correct indentation and add thinking_config to Anthropic client 2026-03-22 13:43:38 +01:00