You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-29
Original file line number
Diff line number
Diff line change
@@ -174,51 +174,52 @@ To remove the interrupt, simply follow the same step and press `x` button on the
174
174
In addition to interrupting on a node and editing the graph state, you might want to support human-in-the-loop workflows with the ability to manually update state. Here is a modified version of `agent.py` with `agent` and `human` nodes, where the graph execution will be interrupted on `human` node. This will let you send input as part of the `human` node. This can be useful when you want the agent to get user input. This essentially replaces how you might use `input()` if you were running this from the command line.
175
175
176
176
```python
177
-
from typing importTypedDict, Annotated, Sequence, Literal
0 commit comments