TradingAgents/tradingagents/agents/utils
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
..
agent_states.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
agent_utils.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
core_stock_tools.py minor fix 2025-09-26 23:25:33 +08:00
fundamental_data_tools.py minor fix 2025-09-26 23:25:33 +08:00
korean_market_tools.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
korean_prompt.py feat: restructure to swing trading pipeline with auto stock screening 2026-03-11 19:29:24 +09:00
memory.py feat: add multi-provider LLM support with thinking configurations 2026-02-03 22:27:20 +00:00
news_data_tools.py fix: improve data vendor implementations and tool signatures 2026-02-03 22:27:20 +00:00
technical_indicators_tools.py minor fix 2025-09-26 23:25:33 +08:00