fifth slice: Capability api!

This commit is contained in:
lda
2026-06-02 02:21:00 +07:00 Verified
parent cf5290168e
commit 1260dc1abd
5 changed files with 723 additions and 366 deletions
+2
View File
@@ -2,6 +2,7 @@ from __future__ import annotations
from .artifacts import WorkflowArtifactApi
from .backend import TraceRange, WorkflowApiBackend
from .capabilities import WorkflowCapabilityApi
from .constants import (
DEFAULT_CALL_STEP_ID,
DEFAULT_ERROR_OUTCOME,
@@ -56,6 +57,7 @@ __all__ = [
"WorkflowApi",
"WorkflowApiBackend",
"WorkflowArtifactApi",
"WorkflowCapabilityApi",
"WorkflowArtifactCataloger",
"WorkflowDeploymentApi",
"WorkflowDraftApi",