native subgraph execution

This commit is contained in:
lda
2026-05-25 04:28:06 +07:00 Verified
parent 3880a86c26
commit a4eeb506be
20 changed files with 746 additions and 146 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ def validate_subgraph_node(
workflow: Workflow,
report: ValidationReport,
) -> None:
"""Validate a subgraph boundary contract before runtime support exists."""
"""Validate a subgraph boundary independently of runtime child resolution."""
_validate_boundary_bindings(
input_bindings=node.input,
output_bindings=node.output,