TradingAgents/tradingagents/graph
dtarkent2-sys 5e8c81e738 fix: 6 audit issues — missing await, regime range, pct_out scaling, ticker validation, dead code, flag merge
1. app.py: await _update_in_progress (coroutine was silently dropped)
2. models.py + tier1.py: regime_score_adjustment range ±2→±10 (was negligible on 0-100 scale)
3. y_finance.py: pct_out * 100 (was fraction, displayed as percent)
4. app.py: ticker validation accepts dots/hyphens (BRK.B, BF-B)
5. portfolio.py: wire _fetch_peer_basics into theme substitution (was dead code)
6. setup.py: accumulate global_flags across parallel agents (dict.update was dropping them)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 21:56:38 +00:00
..
__init__.py feat: rebuild as structured Pydantic equity ranking engine 2026-03-09 21:30:46 +00:00
conditional_logic.py refactor: rename risky/safe agents to aggressive/conservative 2026-02-03 22:27:20 +00:00
parallel_analysts.py Fix parallel research/risk: use async+asyncio.gather instead of ThreadPoolExecutor 2026-02-20 18:01:54 +00:00
propagation.py feat: add footer statistics tracking with LangChain callbacks 2026-02-03 22:27:20 +00:00
reflection.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
setup.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
signal_processing.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
trading_graph.py feat: add regime awareness, smart-money tracking, theme substitution & position replacement 2026-03-09 21:46:03 +00:00