mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
Promote the terminal agent work into the built-in plugins tree as _orchestrator with Orchestrator branding and the orchestrator skill. Include adapter status APIs, settings UI, per-agent skill references, thumbnail asset, tests, and DOX coverage for the bundled plugin.
34 lines
660 B
YAML
34 lines
660 B
YAML
a0:
|
|
binary: a0 # falls back to /opt/venv/bin/a0 in Agent Zero Docker
|
|
host: "" # empty = AGENT_ZERO_HOST env, else local instance (http://localhost:80)
|
|
codex:
|
|
binary: codex
|
|
model: ""
|
|
bypass_sandbox: true
|
|
claude:
|
|
binary: claude
|
|
model: ""
|
|
permission_mode: bypassPermissions
|
|
allowed_tools: "Bash,Read,Edit"
|
|
bare: false
|
|
cursor:
|
|
binary: agent
|
|
output_format: text
|
|
force: true
|
|
grok:
|
|
binary: grok
|
|
model: ""
|
|
output_format: json
|
|
always_approve: true
|
|
no_auto_update: true
|
|
hermes:
|
|
binary: hermes
|
|
model: ""
|
|
provider: ""
|
|
toolsets: ""
|
|
yolo: true
|
|
opencode:
|
|
binary: opencode
|
|
model: ""
|
|
agent: ""
|
|
auto: true
|