langgraph-time-travel
CommunityTime travel debugging for LangGraph.
Authorchristian-bromann
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Time travel in LangGraph enables debugging and auditing agent decisions by letting you inspect past states, replay execution from checkpoints, fork execution paths, and diagnose issues with historical state.
Core Features & Use Cases
- Inspect decision points and execution history using get_state_history
- Replay execution from a checkpoint with optional new input
- Fork threads/state at checkpoints to explore alternate paths
- Update state before replay to test recovery or adjustments
- Diagnose errors by inspecting checkpoints, metadata, and state transitions
Quick Start
Create a MemorySaver checkpointer, compile the graph, invoke with a thread_id, then inspect the state history to understand decision points.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: langgraph-time-travel Download link: https://github.com/christian-bromann/langchain-skills/archive/main.zip#langgraph-time-travel Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.