LangGraph: Base interfaces for LangGraph checkpoint savers
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.
$
pkg install py311-langgraph-checkpointOrigin
misc/py-langgraph-checkpoint
Size
580KiB
License
MIT
Maintainer
yuri@FreeBSD.org
Dependencies
3 packages
Required by
2 packages