Commit Graph

10 Commits

Author SHA1 Message Date
Greyson LaLonde
6359be78cc docs(checkpoint): embed TUI screenshots in checkpointing guide 2026-05-23 02:10:42 +08:00
Greyson LaLonde
af65bdf58a docs: rewrite checkpoint explanation, drop classmethod resume how-to 2026-05-22 22:44:13 +08:00
Greyson LaLonde
b8680efe2a docs: simplify Event types section, drop env events 2026-05-22 22:28:35 +08:00
Greyson LaLonde
9dbc86d62c docs: fix event list rendering in Expandable 2026-05-22 21:59:41 +08:00
Greyson LaLonde
0557f794d9 docs: document CheckpointEventType Literal with full event list 2026-05-22 21:50:33 +08:00
Greyson LaLonde
d77e7b3139 docs: restructure checkpointing page 2026-05-22 21:14:05 +08:00
Greyson LaLonde
1293dee241 feat: checkpoint TUI with tree view, fork support, editable inputs/outputs
- Rewrite TUI with Tree widget showing branch/fork lineage
- Add Resume and Fork buttons in detail panel with Collapsible entities
- Show branch and parent_id in detail panel and CLI info output
- Auto-detect .checkpoints.db when default dir missing
- Append .db to location for SqliteProvider when no extension set
- Fix RuntimeState.from_checkpoint not setting provider/location
- Fork now writes initial checkpoint on new branch
- Add from_checkpoint, fork, and CLI docs to checkpointing.mdx
2026-04-10 21:24:49 +08:00
Greyson LaLonde
5958a16ade refactor: checkpoint API cleanup 2026-04-08 01:13:23 +08:00
Greyson LaLonde
f98dde6c62 docs: add storage providers section, export JsonProvider 2026-04-07 06:04:29 +08:00
Greyson LaLonde
c4e2d7ea3b feat: add CheckpointConfig for automatic checkpointing 2026-04-07 05:34:25 +08:00