ts for some reason, moved to wf_api

This commit is contained in:
lda
2026-06-01 21:34:29 +07:00 Verified
parent 7c0daeb928
commit 963f77fcb2
10 changed files with 270 additions and 39 deletions
+2 -1
View File
@@ -4,8 +4,9 @@ from typing import Any
from mcp.server.fastmcp import FastMCP
from wf_api.models import RawWorkflowPlan
from ..workflow_surface import WorkflowSurfaceHandlers
from ..models import RawWorkflowPlan
from .service import WfMcpService
+2 -3
View File
@@ -27,7 +27,8 @@ from wf_core import (
execute_workflow_result_async,
resume_workflow_result_async,
)
from wf_api.models import RawWorkflowPlan
from wf_api.runtime_dependencies import resolve_runtime_dependencies
from wf_platform import (
CapabilityBuckets,
CapabilitySource,
@@ -47,7 +48,6 @@ from ...models import (
CatalogSnapshot,
BrokerConfig,
ConnectionConfig,
RawWorkflowPlan,
)
from ...sdk import BackendAdapter
from ...runtime import ToolExecutor
@@ -55,7 +55,6 @@ from ...shared.errors import error_payload
from ...shared.names import RESERVED_CONNECTION_IDS
from ...storage import Store
from ...workflow.wrappers import _model_from_schema
from wf_api.runtime_dependencies import resolve_runtime_dependencies
from ...workflow_surface.saved_subgraphs import (
SavedSubgraphTree,
prepare_saved_subgraphs,