TradingAgents/tradingagents
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
..
agents chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
dataflows chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
graph feat: implement cash management sweep and auto-liquidation (#129) 2026-03-27 11:34:33 +01:00
llm_clients merge: sync with upstream TauricResearch/TradingAgents v0.2.2 2026-03-23 12:17:25 +00:00
memory feat: PM brain upgrade — macro/micro agents & memory split (#123) 2026-03-26 12:55:24 +01:00
pipeline chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
portfolio feat: implement cash management sweep and auto-liquidation (#129) 2026-03-27 11:34:33 +01:00
__init__.py fix: set process-level UTF-8 default for cross-platform consistency 2026-03-22 23:42:37 +00:00
api_usage.py chore: remove unused imports across runtime modules (#136) 2026-03-27 11:30:53 +01:00
daily_digest.py feat: daily digest consolidation and Google NotebookLM sync (#23) 2026-03-19 12:21:03 +01:00
default_config.py feat: configurable max_auto_tickers + run persistence with phase-level node re-run (#109) 2026-03-25 15:27:28 +01:00
notebook_sync.py merge: resolve conflicts with origin/main (PR #85 merged) 2026-03-22 06:52:39 +00:00
observability.py Remove unused import `field` from `observability.py` (#120) 2026-03-26 11:17:58 +01:00
report_paths.py feat: load flow_id in FE to resume runs and fix max_tickers cap (#113) 2026-03-26 07:10:42 +01:00