mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-31 12:19:58 +02:00
[Docs] Replace Absolute External Links (#949)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Checkpoints
|
||||
|
||||
You can [compile](https://langchain-ai.github.io/langgraph/reference/graphs/#langgraph.graph.MessageGraph.compile) any LangGraph workflow with a [CheckPointer](https://langchain-ai.github.io/langgraph/reference/checkpoints/#basecheckpointsaver) to give your agent "memory" by persisting its state. This permits things like:
|
||||
You can [compile][langgraph.graph.MessageGraph.compile] any LangGraph workflow with a [CheckPointer][basecheckpointsaver] to give your agent "memory" by persisting its state. This permits things like:
|
||||
|
||||
- Remembering things across multiple interactions
|
||||
- Interrupting to wait for user input
|
||||
|
||||
Reference in New Issue
Block a user