Files
openswarm/backend/apps/agents/browser_agent.py
T

10 lines
282 B
Python

"""Backward-compatible shim — re-exports from the browser sub-package."""
from backend.apps.agents.browser.runner import ( # noqa: F401
run_browser_agent,
run_browser_agents,
)
from backend.apps.agents.browser.executor import ( # noqa: F401
execute_browser_tool,
)