mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-04 14:40:33 +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. |
||
|---|---|---|
| .. | ||
| _functions/agent/Agent | ||
| startup_migration | ||