TradingAgents/tradingagents/graph
ahmet guzererler 9ccb22d073
feat: implement cash management sweep and auto-liquidation (#129)
- Added `CashSweep` node to `PortfolioGraphSetup` to automatically sweep idle cash above 5% threshold into SGOV ETF
- Updated `TradeExecutor` to support auto-liquidating SGOV holdings to fund new equity purchases when cash is insufficient
- Added `cash_sweep` tracking field to `PortfolioManagerState`

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: aguzererler <6199053+aguzererler@users.noreply.github.com>
2026-03-27 11:34:33 +01: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: Implement Fast-Reject [CRITICAL ABORT] short-circuit mechanism (#131) 2026-03-27 11:19:50 +01:00
portfolio_graph.py feat: implement cash management sweep and auto-liquidation (#129) 2026-03-27 11:34:33 +01:00
portfolio_setup.py feat: implement cash management sweep and auto-liquidation (#129) 2026-03-27 11:34:33 +01:00
propagation.py chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
reflection.py refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
scanner_conditional_logic.py chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
scanner_graph.py feat: configurable max_auto_tickers + run persistence with phase-level node re-run (#109) 2026-03-25 15:27:28 +01:00
scanner_setup.py feat(scanner): Finviz smart money scanner + Golden Overlap strategy 2026-03-24 16:03:17 +01:00
setup.py chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
signal_processing.py refactor: five-tier rating scale and streamlined agent prompts 2026-03-22 23:07:20 +00:00
trading_graph.py feat: configurable max_auto_tickers + run persistence with phase-level node re-run (#109) 2026-03-25 15:27:28 +01:00