mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 04:01:13 +00:00
33 lines
1.3 KiB
YAML
33 lines
1.3 KiB
YAML
# Enabled unpacked Chromium extension directories.
|
|
# Paths must be readable from the Agent Zero runtime itself.
|
|
extension_paths: []
|
|
|
|
# Page opened by new Browser sessions when no URL is provided.
|
|
default_homepage: "about:blank"
|
|
|
|
# When the Browser surface is already open, keep it synced to agent Browser tool results.
|
|
autofocus_active_page: true
|
|
|
|
# Maximum number of Browser tabs/pages a single chat context may keep open.
|
|
# Raise this only for deliberate parallel browsing workflows.
|
|
max_open_tabs: 32
|
|
|
|
# Runtime used by the agent-facing browser tool:
|
|
# - container: use Agent Zero's Docker/server Playwright browser.
|
|
# - host_required: Bring Your Own Browser through A0 CLI and prepare it on first browser use when possible.
|
|
runtime_backend: "container"
|
|
|
|
# Local-model enforcement for host-browser content:
|
|
# - enforce_local: block host page content and screenshots unless the active chat model is local.
|
|
# - warn: allow and return a warning in tool output.
|
|
# - allow: allow without warning.
|
|
host_browser_privacy_policy: "allow"
|
|
|
|
# Host-browser profile preference:
|
|
# - existing: use the user's authorized existing browser profile when available.
|
|
# - agent: use a clean A0-controlled browser profile on the host.
|
|
host_browser_profile_mode: "existing"
|
|
|
|
# Optional _model_config preset used by Browser-owned model helpers.
|
|
# Empty uses the effective Main Model.
|
|
model_preset: ""
|