feat: add cap call rpc command

This commit is contained in:
lda
2026-06-08 22:02:46 +07:00 Verified
parent c39d361873
commit 44407e8de2
9 changed files with 134 additions and 2 deletions
+8
View File
@@ -26,6 +26,14 @@ class WorkflowCapabilitySurface(Protocol):
qualified_name: str,
) -> dict[str, Any]: ...
async def call_capability(
self,
*,
qualified_name: str,
payload: dict[str, Any],
deployment_id: str | None = None,
) -> dict[str, Any]: ...
class WorkflowDraftSurface(Protocol):
"""Draft workspace methods exposed by workflow frontends.