File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments