Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.