summaryrefslogtreecommitdiff
path: root/misc/python-langgraph-checkpoint/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/python-langgraph-checkpoint/pkg-descr')
-rw-r--r--misc/python-langgraph-checkpoint/pkg-descr6
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/python-langgraph-checkpoint/pkg-descr b/misc/python-langgraph-checkpoint/pkg-descr
new file mode 100644
index 000000000000..09e501634e40
--- /dev/null
+++ b/misc/python-langgraph-checkpoint/pkg-descr
@@ -0,0 +1,6 @@
+The langgraph-checkpoint library defines the base interface for LangGraph
+checkpointers. Checkpointers provide a persistence layer for LangGraph.
+They allow you to interact with and manage the graph's state. When you use
+a graph with a checkpointer, the checkpointer saves a checkpoint of the
+graph state at every superstep, enabling several powerful capabilities like
+human-in-the-loop, "memory" between interactions and more.