Module persistence

Module persistence 

Source
Expand description

Persistence traits for checkpointing agent state between runs.

Structs§

CheckpointerConfig
Configuration for a checkpointer instance.
InMemoryCheckpointer
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§

ThreadId
Unique identifier for a conversation thread/session.