SKY-7801/7802: MCP Foundation + Hybrid Browser Tools (selector + AI intent) (#4660)
This commit is contained in:
20
skyvern/cli/mcp_tools/_common.py
Normal file
20
skyvern/cli/mcp_tools/_common.py
Normal file
@@ -0,0 +1,20 @@
|
||||
"""Backward-compatible re-exports from skyvern.cli.core.
|
||||
|
||||
MCP tools import from here; the canonical implementations live in core/.
|
||||
"""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
from skyvern.cli.core.artifacts import get_artifact_dir, save_artifact
|
||||
from skyvern.cli.core.result import Artifact, BrowserContext, ErrorCode, Timer, make_error, make_result
|
||||
|
||||
__all__ = [
|
||||
"Artifact",
|
||||
"BrowserContext",
|
||||
"ErrorCode",
|
||||
"Timer",
|
||||
"get_artifact_dir",
|
||||
"make_error",
|
||||
"make_result",
|
||||
"save_artifact",
|
||||
]
|
||||
Reference in New Issue
Block a user