TradingAgents/tradingagents/agents/structured
dtarkent2-sys 1d3f5e9c86 fix: 10 reliability and observability fixes for trading pipeline
invoke_structured() catches ValidationError with safe defaults, ticker validation
(empty/length), 60s per-LLM-call timeout, event buffer capped at 5000, recursion
limit 50→25, tier 2 low-confidence DataFlags, tier 3 upstream confidence checks,
heartbeat JSON every 15s, data source attribution in all prompts, structured logging
replaces print()

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 21:08:01 +00:00
..
__init__.py feat: add regime awareness, smart-money tracking, theme substitution & position replacement 2026-03-09 21:46:03 +00:00
portfolio.py fix: 6 audit issues — missing await, regime range, pct_out scaling, ticker validation, dead code, flag merge 2026-03-09 21:56:38 +00:00
scoring.py feat: add regime awareness, smart-money tracking, theme substitution & position replacement 2026-03-09 21:46:03 +00:00
tier1.py fix: 10 reliability and observability fixes for trading pipeline 2026-03-10 21:08:01 +00:00
tier2.py fix: 10 reliability and observability fixes for trading pipeline 2026-03-10 21:08:01 +00:00
tier3.py fix: 10 reliability and observability fixes for trading pipeline 2026-03-10 21:08:01 +00:00