feat: make interrupt state not final for multi-agents

This commit is contained in:
jif-oai
2026-03-07 11:33:56 +01:00
parent 5ceff6588e
commit 62884f4400
28 changed files with 142 additions and 9 deletions

View File

@@ -201,6 +201,7 @@
"enum": [
"pendingInit",
"running",
"interrupted",
"completed",
"errored",
"shutdown",