feat: derive structured foreach runtime context

This commit is contained in:
lda
2026-09-05 00:16:24 +07:00 Verified
parent e583b961f3
commit a519f5e2e4
6 changed files with 466 additions and 2 deletions
+2
View File
@@ -35,6 +35,7 @@ from .models import (
from .run_codec import PersistedRunState, dump_run_state, load_run_state
from .run_state import (
ExecutionFrame,
ForeachContext,
FrameStatus,
InterruptRequest,
InterruptRoute,
@@ -76,6 +77,7 @@ __all__ = [
"Edge",
"EndNode",
"ExecutionFrame",
"ForeachContext",
"ForeachConcurrentPolicy",
"ForeachItemErrorPolicy",
"ForeachNode",