Skip to content

Commit b083bfe

Browse files
committed
Update samples README with human_in_the_loop samples
1 parent 76162db commit b083bfe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

langgraph_samples/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ Each directory contains a complete example with its own README for detailed inst
5656
| [hello_world](./hello_world/) | Simple starter example demonstrating basic plugin setup and graph registration |
5757
| [activity_from_node](./activity_from_node/) | Calling Temporal activities from a graph node using run_in_workflow |
5858
| [react_agent](./react_agent/) | ReAct agent pattern with tool calling and multi-step reasoning |
59-
| [approval_workflow](./approval_workflow/) | Human-in-the-loop with interrupt/resume for approval workflows |
59+
| [human_in_the_loop](./human_in_the_loop/) | Human-in-the-loop approval workflows using two approaches |
60+
|[approval_graph_interrupt](./human_in_the_loop/approval_graph_interrupt/) | Uses LangGraph's `interrupt()` function |
61+
|[approval_wait_condition](./human_in_the_loop/approval_wait_condition/) | Uses `run_in_workflow=True` with `workflow.wait_condition()` |
6062
| [supervisor](./supervisor/) | Multi-agent supervisor pattern coordinating specialized agents |
6163
| [agentic_rag](./agentic_rag/) | Retrieval-augmented generation with document grading and query rewriting |
6264
| [deep_research](./deep_research/) | Multi-step research with web search and iterative refinement |

0 commit comments

Comments
 (0)