SKY-7807/7808: Workflow MCP tools — CRUD + execution (#4675)

This commit is contained in:
Marc Kelechava
2026-02-09 18:46:45 -08:00
committed by GitHub
parent ed9e37ee48
commit 8b84cae5a4
4 changed files with 812 additions and 77 deletions

View File

@@ -15,6 +15,9 @@ class ErrorCode:
SDK_ERROR = "SDK_ERROR"
TIMEOUT = "TIMEOUT"
INVALID_INPUT = "INVALID_INPUT"
WORKFLOW_NOT_FOUND = "WORKFLOW_NOT_FOUND"
RUN_NOT_FOUND = "RUN_NOT_FOUND"
API_ERROR = "API_ERROR"
@dataclass