feat: expose capability calls through workflow rpc

This commit is contained in:
lda
2026-08-11 19:16:56 +07:00 Verified
parent a3c3b0ed03
commit 2fa0d4ffe2
12 changed files with 361 additions and 3 deletions
+4
View File
@@ -19,6 +19,7 @@ export {
WorkflowSourcesList,
WorkflowCapabilitiesList,
WorkflowCapabilitiesInspect,
WorkflowCapabilitiesCall,
WorkflowDraftWorkspacesList,
WorkflowDraftWorkspacesGet,
WorkflowDraftWorkspacesCreateEmpty,
@@ -43,6 +44,8 @@ export {
WorkflowCapabilitiesListResultSchema,
WorkflowCapabilitiesInspectPayloadSchema,
WorkflowCapabilitiesInspectResultSchema,
WorkflowCapabilitiesCallPayloadSchema,
WorkflowCapabilitiesCallResultSchema,
WorkflowDraftWorkspacesListPayloadSchema,
WorkflowDraftWorkspacesListResultSchema,
WorkflowDraftWorkspacesGetPayloadSchema,
@@ -82,6 +85,7 @@ export type {
WorkflowHealthInterpreted,
WorkflowSourcesListInterpreted,
CapabilitySummaryInterpreted,
CapabilityCallInterpreted,
DraftWorkspaceInterpreted,
} from "./method-registry.js";