TradingAgents/backend
MarkLo cf4aaa09b1 feat: auto-save reports + fix PDF download from history
1. Auto-save reports when page closes:
   - Added beforeunload handler to auto-save analysis to history
   - Saves to local IndexedDB and cloud (if authenticated)
   - Prevents data loss if user accidentally closes the page

2. Fix PDF download from history page:
   - Made taskId optional in DownloadReports component
   - Added direct mode: can pass reports data directly
   - Updated backend to support both task-based and direct-data modes
   - History reports now have download PDF option available
2025-12-14 03:21:59 +08:00
..
app feat: auto-save reports + fix PDF download from history 2025-12-14 03:21:59 +08:00
.dockerignore 2025-11-20 21:56:47 +08:00
Dockerfile 2025-12-12 19:01:49 +08:00
__main__.py 2025-12-12 19:01:49 +08:00
requirements.txt feat: add Heikin Ashi candlestick and volume charts to PDF reports 2025-12-14 03:11:47 +08:00