workflow ref

This commit is contained in:
lda
2026-05-25 03:27:30 +07:00 Verified
parent 16d5204fbc
commit 84b931f821
11 changed files with 227 additions and 20 deletions
+4
View File
@@ -18,6 +18,8 @@ from .models import (
StateSchema,
SubgraphNode,
Workflow,
WorkflowRef,
workflow_ref_from,
)
from .runtime import (
AsyncNodeHandler,
@@ -84,6 +86,7 @@ __all__ = [
"ValidationIssueCode",
"ValidationReport",
"Workflow",
"WorkflowRef",
"WorkflowExecutionError",
"coerce_node_result",
"execute_workflow_async",
@@ -93,4 +96,5 @@ __all__ = [
"step_workflow_async",
"step_workflow",
"validate_workflow",
"workflow_ref_from",
]