Commit 09ed9c6
committed
feat: Add InterruptService for human-in-the-loop graph workflows
Add interrupt system enabling pause/resume, human approval gates, and
cancellation during graph execution. Includes InterruptService with
priority queues and per-session metrics, InterruptReasoner for LLM-based
interrupt decisions, GraphInterruptMixin for execution loop integration,
checkpoint tracing, and interrupt samples with architecture documentation.1 parent d789845 commit 09ed9c6
File tree
27 files changed
+8672
-102
lines changed- contributing/samples
- graph_agent_hitl_orchestrated
- graph_agent_hitl_review
- graph_examples
- 05_interrupts_basic
- 06_interrupts_reasoning
- 13_parallel_interrupts
- src/google/adk
- agents/graph
- telemetry
- tests/unittests
- agents
- telemetry
27 files changed
+8672
-102
lines changedLines changed: 51 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
Whitespace-only changes.
0 commit comments