mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-02 13:40:35 +00:00
Launch Chromium with --no-sandbox alongside --headless=new so the browser agent runs in containers without sandbox failures (temp profile missing bug). Factor LLM workarounds into helpers: sanitize structured JSON before browser-use/Pydantic parsing, and normalize OpenRouter requests that use strict json_schema (lighter json_object path plus schema hint in messages, relax strict tool flags so providers like Anthropic don't error out). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| browser_llm.py | ||
| browser_use.py | ||
| browser_use_monkeypatch.py | ||
| browser_use_openrouter_compat.py | ||
| browser_use_output_sanitize.py | ||
| playwright.py | ||