A0 Classic Browser
Legacy browser-use automation plugin for Agent Zero. Preserves the classic browser_agent tool and model-preset status UI while reusing the native Browser plugin's shared Playwright runtime.
README
A0 Classic Browser
Community-plugin extraction of Agent Zero's legacy browser_agent tool.
This plugin preserves the old browser-use based workflow for users who still depend on it while the core Agent Zero browser moves to the newer _browser tool.
What It Provides
- Tool:
browser_agent - WebUI page for status and model preset selection
- Custom chat/tool message renderers
_model_configpreset support with Main Model fallback- Shared Playwright Chromium shell runtime from the core
_browserplugin
Runtime Notes
The plugin installs browser-use==0.5.11 into the Agent Zero framework runtime through hooks.py::install().
It reuses the Playwright cache and binary management from the current Browser plugin, so it does not carry a separate Playwright browser installer.
The uninstall hook removes browser-use only when this plugin installed it, or restores the version that was present before installation. The status page reports whether the browser_use import is available.