SKY-7801/7802: MCP Foundation + Hybrid Browser Tools (selector + AI intent) (#4660)

This commit is contained in:
Marc Kelechava
2026-02-07 02:33:13 -08:00
committed by GitHub
parent cb7225c6e6
commit 4f1bf25768
12 changed files with 1826 additions and 6 deletions

View File

@@ -0,0 +1,11 @@
"""Skyvern HTTP API client accessor.
Workflow tools import from here to get the API client without pulling in
browser/Playwright dependencies.
"""
from __future__ import annotations
from skyvern.cli.core.client import get_skyvern
__all__ = ["get_skyvern"]