Questions about the draft proposal on interrupts #827
pitt-liang
started this conversation in
General
Replies: 1 comment
-
|
Hi @pitt-liang, I looked into this and we are planning on implementing interrupts in the new year. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://docs.ag-ui.com/drafts/interrupts
For example, interruptions may occur at multiple nodes in a workflow, especially when some nodes are running in parallel. Another scenario is when an LLM supports parallel tool calls, and more than one selected tool call requires user confirmation.
example data of run_finished event with interruption.
{ "type": "RUN_FINISHED", "threadId": "t1", "runId": "r1", "outcome": "interrupt", "interrupt": { "id": "int-abc123", "reason": "human_approval", "payload": { "proposal": { "tool": "sendEmail", "args": { "to": "[email protected]", "subject": "Hi", "body": "…" } } } } }Thanks.
Beta Was this translation helpful? Give feedback.
All reactions