TradingAgents/tradingagents/graph
Clayton Brown a4a973f083 feat: LangGraph checkpoint resume for crash recovery
Add SqliteSaver-based checkpointing so crashed analyses resume from the
last successful graph node instead of restarting from scratch.

- checkpointer.py: get_checkpointer(), thread_id(), has/clear_checkpoint()
- --checkpoint flag (default: off for backward compatibility)
- --clear-checkpoints flag to force fresh start
- Per-ticker SQLite DBs for parallel worker safety
- Logs 'Resuming from step N' vs 'Starting fresh'
- Clears checkpoint on successful completion (no stale state)
- Tests: crash resume + different date starts fresh
2026-04-20 22:53:04 +10:00
..
__init__.py chore(release): v0.1.0 – initial public release of TradingAgents 2025-06-05 04:27:57 -07:00
checkpointer.py feat: LangGraph checkpoint resume for crash recovery 2026-04-20 22:53:04 +10:00
conditional_logic.py refactor: standardize portfolio manager, five-tier rating scale, fix analyst status tracking 2026-03-22 23:30:29 +00:00
propagation.py fix: initialize all debate state fields in propagation.py 2026-03-15 17:54:32 +00:00
reflection.py refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
setup.py feat: LangGraph checkpoint resume for crash recovery 2026-04-20 22:53:04 +10:00
signal_processing.py refactor: remove stale imports, use configurable results path (#499) 2026-04-04 07:35:35 +00:00
trading_graph.py feat: LangGraph checkpoint resume for crash recovery 2026-04-20 22:53:04 +10:00