Harrison/human in the loop (#776)

* add human in the loop examples

* cr

* cr

* cr

* cr

* cr

* cr

* cr
This commit is contained in:
Harrison Chase
2024-06-23 14:35:43 -07:00
committed by GitHub
parent f39a22098d
commit 070b339b67
9 changed files with 1841 additions and 7 deletions
+4 -2
View File
@@ -140,8 +140,10 @@ nav:
- Create map-reduce branches for parallel execution: how-tos/map-reduce.ipynb
- Human-in-the-loop:
- Add persistence ("memory"): how-tos/persistence.ipynb
- View and update graph state: how-tos/time-travel.ipynb
- Add human-in-the-loop: how-tos/human-in-the-loop.ipynb
- Add breakpoints: how-tos/human_in_the_loop/breakpoints.ipynb
- Wait for user input: how-tos/human_in_the_loop/wait-user-input.ipynb
- View and update past graph state: how-tos/human_in_the_loop/time-travel.ipynb
- Edit graph state: how-tos/human_in_the_loop/edit-graph-state.ipynb
- Streaming:
- Stream LLM tokens: how-tos/streaming-tokens.ipynb
- Stream Arbitrarily Nested Content: how-tos/streaming-content.ipynb