Expand description
Persistence traits for checkpointing agent state between runs.
Structs§
- Checkpointer
Config - Configuration for a checkpointer instance.
- InMemory
Checkpointer - In-memory checkpointer for testing and development. State is not persisted between process restarts.
Traits§
- Checkpointer
- Trait for persisting and retrieving agent state between conversation runs. This mirrors the LangGraph Checkpointer interface used in the Python implementation.
Type Aliases§
- Thread
Id - Unique identifier for a conversation thread/session.