docs: add how-to for dynamic interrupts (#1446)

---------

Co-authored-by: vbarda <vadym@langchain.dev>
This commit is contained in:
Harrison Chase
2024-08-23 20:34:33 +00:00
committed by GitHub
co-authored by vbarda
parent ca63a06549
commit 155e0c66d5
4 changed files with 420 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ One of LangGraph's main benefits is that it makes human-in-the-loop workflows ea
These guides cover common examples of that.
- [How to add breakpoints](human_in_the_loop/breakpoints.ipynb)
- [How to add dynamic breakpoints](human_in_the_loop/dynamic_breakpoints.ipynb)
- [How to edit graph state](human_in_the_loop/edit-graph-state.ipynb)
- [How to wait for user input](human_in_the_loop/wait-user-input.ipynb)
- [How to view and update past graph state](human_in_the_loop/time-travel.ipynb)