Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 382 Bytes

File metadata and controls

15 lines (11 loc) · 382 Bytes

dapr.ext.langgraph

LangGraph checkpoint persistence backed by any Dapr state store. Provides DaprCheckpointer, which extends LangGraph's BaseCheckpointSaver.

pip install "dapr[langgraph]"
from dapr.ext.langgraph import DaprCheckpointer

See the root README for migration steps from the legacy dapr-ext-langgraph distribution.