TradingAgents/backend/app/services
MarkLo127 4f219bd74e Fix: Resolve GraphRecursionError by passing config params to agents and increasing recursion_limit to 200
- Pass max_debate_rounds and max_risk_discuss_rounds from config to ConditionalLogic
- Pass max_recur_limit from config to Propagator
- Increase default recursion_limit from 100 to 200 in default_config.py
- Increase Propagator default max_recur_limit from 100 to 200

Also includes earlier fixes:
- Add 365-day minimum date range validation to get_stock_data tool
- Update market analyst prompt to specify 1-year data requirement
- Initialize all debate state fields (bull_history, bear_history, judge_decision, etc.)
- Add report completeness logging in trading_service.py
- Add debug logging in frontend results page

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-03-12 17:17:23 +08:00
..
__init__.py 2025-11-20 21:56:47 +08:00
auth_utils.py 2025-12-13 06:00:19 +08:00
chat_service.py 2026-03-10 18:35:55 +08:00
download_service.py 新增英文語系支援 2025-12-24 01:20:33 +08:00
pdf_generator.py 新增英文語系支援 2025-12-24 01:20:33 +08:00
price_service.py 2025-12-28 01:22:45 +08:00
redis_client.py 2025-12-16 19:03:58 +08:00
task_manager.py 2025-12-20 07:41:05 +08:00
trading_service.py Fix: Resolve GraphRecursionError by passing config params to agents and increasing recursion_limit to 200 2026-03-12 17:17:23 +08:00