Expand description
Timeline forking: fork execution timelines from a specific checkpoint.
This module provides TimelineFork to create alternate execution timelines:
- Fork from checkpoint N: replay source run up to seq N.
- Inject alternate decision: apply an alternate event at the fork point.
- Fork event stream: continue under a new
branch_idwith forked events.
Structsยง
- Fork
Result - Result of a timeline fork operation.
- Timeline
Fork - A timeline fork: represents a forked execution from a checkpoint.
- Timeline
Forker - Timeline forker: creates alternate execution timelines from checkpoints.