This commit is contained in:
Eugene Yurtsev
2024-12-10 17:22:22 -05:00
parent e14a6cf98b
commit 81436ceef8
@@ -11,17 +11,18 @@
"tags": []
},
"source": [
"# How to use add breakpoints using interrupt?\n",
"# How to use interrupt for human-in-the-loop?\n",
"\n",
"!!! tip \"Prerequisits\"\n",
"\n",
" This guide assumes familiarity with the following concepts:\n",
"\n",
" * [Breakpoints](../../../concepts/breakpoints)\n",
" * [LangGraph Glossary](../../../concepts/low_level)\n",
" * [Interrupt](../../../concepts/low_level#interrupt)\n",
" * [Command](../../../concepts/low_level#command)\n",
" \n",
"\n",
"An `interrupt` is a convenient way to support human-in-the-loop workflows.\n",
"An [interrupt]( is a convenient way to support human-in-the-loop workflows.\n",
"\n",
"To use an `interrupt`, you must enable a checkpointer, as the feature relies on persisting the graph state.\n",
"\n",