| 1 | a0: |
| 2 | binary: a0 # falls back to /opt/venv/bin/a0 in Agent Zero Docker |
| 3 | host: "" # empty = AGENT_ZERO_HOST env, else local instance (http://localhost:80) |
| 4 | codex: |
| 5 | binary: codex |
| 6 | model: "" |
| 7 | bypass_sandbox: true |
| 8 | claude: |
| 9 | binary: claude |
| 10 | model: "" |
| 11 | permission_mode: bypassPermissions |
| 12 | allowed_tools: "Bash,Read,Edit" |
| 13 | bare: false |
| 14 | cursor: |
| 15 | binary: agent |
| 16 | output_format: text |
| 17 | force: true |
| 18 | gemini: |
| 19 | binary: gemini |
| 20 | model: "" |
| 21 | grok: |
| 22 | binary: grok |
| 23 | model: "" |
| 24 | output_format: json |
| 25 | always_approve: true |
| 26 | no_auto_update: true |
| 27 | hermes: |
| 28 | binary: hermes |
| 29 | model: "" |
| 30 | provider: "" |
| 31 | toolsets: "" |
| 32 | yolo: true |
| 33 | opencode: |
| 34 | binary: opencode |
| 35 | model: "" |
| 36 | agent: "" |
| 37 | auto: true |