De-list Deprecated Tutorials (#407)

This commit is contained in:
William FH
2024-05-07 09:47:26 -07:00
committed by GitHub
parent 5916e3e424
commit 1836367ae0
5 changed files with 12 additions and 33 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]() to give your agent "memory" by persisting its state. This permits things like:
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/#checkpoint) to give your agent "memory" by persisting its state. This permits things like:
- Remembering things across multiple interactions
- Interrupting to wait for user input