agent-zero/plugins/_orchestrator/default_config.yaml
Alessandro f64b6490c5 Add bundled Orchestrator plugin
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.
2026-07-09 13:18:44 +02:00

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