wf reorg 5

This commit is contained in:
lda
2026-05-08 22:02:40 +07:00 Verified
parent 703b25bc19
commit 8cb4e213d9
21 changed files with 170 additions and 28 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ from typing import Any
from wf_core.conditions import safe_resolve_path
from wf_core.errors import WorkflowExecutionError
from wf_core.models import InterruptNode, Workflow
from wf_core.models.steps import InterruptNode
from wf_core.models.workflow import Workflow
from wf_core.run_state import InterruptRequest, RunState, StepExecutionResult
from wf_core.runtime.ops.flow import advance_frame, append_step_result_trace
from wf_core.runtime.ops.index import WorkflowIndex