TradingAgents/tradingagents/graph
dtarkent2-sys ee80a42971 feat: add regime awareness, smart-money tracking, theme substitution & position replacement
- MacroRegimeOutput: risk_appetite, liquidity_regime, regime_score_adjustment (-2 to +2)
- InstitutionalFlowOutput: 13F holders, insider transactions, short interest trend, smart_money_signal
- Scoring node applies regime adjustment to master score
- Theme Substitution Engine: identifies best expression of theme, ranks peers, flags overlap
- Position Replacement Agent: compares candidate to theme alternatives, flags replacements
- Pipeline: Scoring → Portfolio Analysis → Debate → Decision
- Final decision narrative includes theme context and replacement flags

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 21:46:03 +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 feat: add regime awareness, smart-money tracking, theme substitution & position replacement 2026-03-09 21:46:03 +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