This commit is contained in:
Eugene Yurtsev
2024-12-10 21:38:20 -05:00
parent 30eb2d00e2
commit 327bb369d7
6 changed files with 9 additions and 8 deletions
@@ -12,7 +12,7 @@
"source": [
"# How to add breakpoints\n",
"\n",
"!!! tip \"Prerequisits\"\n",
"!!! tip \"Prerequisites\"\n",
"\n",
" This guide assumes familiarity with the following concepts:\n",
"\n",
@@ -12,12 +12,13 @@
"\n",
" For **human-in-the-loop** workflows use the new [`interrupt()`](../../../reference/types/#langgraph.types.interrupt) function for **human-in-the-loop** workflows. Please review the [Human-in-the-loop conceptual guide](../../../concepts/human_in_the_loop) for more information about design patterns with `interrupt`.\n",
"\n",
"!!! tip \"Prerequisits\"\n",
"!!! tip \"Prerequisites\"\n",
"\n",
" This guide assumes familiarity with the following concepts:\n",
"\n",
" * [Breakpoints](../../../concepts/breakpoints)\n",
" * [LangGraph Glossary](../../../concepts/low_level)\n",
" \n",
"\n",
"Human-in-the-loop (HIL) interactions are crucial for [agentic systems](https://langchain-ai.github.io/langgraph/concepts/agentic_concepts/#human-in-the-loop). [Breakpoints](https://langchain-ai.github.io/langgraph/concepts/low_level/#breakpoints) are a common HIL interaction pattern, allowing the graph to stop at specific steps and seek human approval before proceeding (e.g., for sensitive actions).\n",
"\n",
@@ -12,7 +12,7 @@
"source": [
"# How to edit graph state\n",
"\n",
"!!! tip \"Prerequisits\"\n",
"!!! tip \"Prerequisites\"\n",
"\n",
" * [Human-in-the-loop](../../../concepts/human_in_the_loop)\n",
" * [Breakpoints](../../../concepts/breakpoints)\n",
@@ -8,7 +8,7 @@
"source": [
"# How to Review Tool Calls\n",
"\n",
"!!! tip \"Prerequisits\"\n",
"!!! tip \"Prerequisites\"\n",
"\n",
" This guide assumes familiarity with the following concepts:\n",
"\n",
@@ -762,7 +762,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.11.4"
}
},
"nbformat": 4,
@@ -7,7 +7,7 @@
"source": [
"# How to view and update past graph state\n",
"\n",
"!!! tip \"Prerequisits\"\n",
"!!! tip \"Prerequisites\"\n",
"\n",
" This guide assumes familiarity with the following concepts:\n",
" \n",
@@ -8,7 +8,7 @@
"source": [
"# How to wait for user input\n",
"\n",
"!!! tip \"Prerequisits\"\n",
"!!! tip \"Prerequisites\"\n",
"\n",
" This guide assumes familiarity with the following concepts:\n",
"\n",
@@ -592,7 +592,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.3"
"version": "3.11.4"
}
},
"nbformat": 4,