This commit is contained in:
lda
2026-05-22 22:37:10 +07:00 Verified
parent 9fe9c1452b
commit 1c5cf15815
13 changed files with 89 additions and 41 deletions
+3 -3
View File
@@ -400,9 +400,9 @@ class WorkflowBuilder:
) -> ForeachNode:
"""Add a foreach step.
Concurrent mode is intentionally model-only for now: it validates saved
shape, but runtime execution still rejects it until barrier commits are
implemented.
Concurrent mode is supported by the runtime with deterministic barrier
commits, item error policies, and async item-node batching. See ADR 0002
for the exact merge and interrupt semantics.
"""
node = ForeachNode.model_validate(
{