mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-19 07:59:34 +00:00
Move the browser model instantiation logic out of `_model_config` and into `_browser_agent` to properly invert the dependency direction. This prevents the always-enabled `_model_config` plugin from taking a hard dependency on the optional `_browser_agent` module, ensuring it won't break if the browser module is removed or replaced. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| browser_llm.py | ||
| browser_use.py | ||
| browser_use_monkeypatch.py | ||
| playwright.py | ||