[Docs] Replace Absolute External Links (#949)

This commit is contained in:
William FH
2024-07-08 13:02:53 -07:00
committed by GitHub
parent 64a17599c1
commit 165e82eb33
12 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -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