mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-14 05:37:40 +02:00
10 lines
282 B
Python
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,
|
|
)
|