TradingAgents/tradingagents/graph
hyejwon 57d82164d2 feat: restructure to swing trading pipeline with auto stock screening
- Remove debate/risk management stages (bull/bear researchers, research manager, risk debate)
- Simplify flow: Screening → Analysts (market, news, fundamentals) → Trader
- Add screening pipeline: universe builder → technical screen → fundamental screen → LLM ranking
- Add Korean market support (KRX data via FDR/pykrx, DART API, Korean news)
- Trader now outputs SWING_ORDER (BUY/SELL/PASS with entry/stop/profit/size/hold_days)
- Add swing CLI command for full pipeline execution
- Add portfolio state management module
- Pin finance-datareader==0.9.101 with fallback universe for KRX API issues

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 19:29:24 +09:00
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
conditional_logic.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
propagation.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
reflection.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
screening_graph.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
setup.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
signal_processing.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
trading_graph.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00