summaryrefslogtreecommitdiff
path: root/misc/python-langgraph-checkpoint/pkg-descr
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2025-07-18 23:35:12 -0700
committerYuri Victorovich <yuri@FreeBSD.org>2025-07-19 00:54:25 -0700
commit4369863ba02b661cbacc9bb84bba4f4fccf9c280 (patch)
tree0c03d3816c9c8a4ee4005bed0e471ec2d6ea6798 /misc/python-langgraph-checkpoint/pkg-descr
parentmisc/py-langchain-anthropic: New port: LangChain: Integration package connect... (diff)
misc/python-langgraph-checkpoint: New port: LangGraph: Base interfaces for LangGraph checkpoint savers
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.