main
md 17 lines 682 Bytes
Rendered Raw
1 # Agent Client Protocol
2
3 `_a0_acp` is the bundled Agent Client Protocol bridge. ACP-capable editors
4 start the local connector with:
5
6 ```bash
7 a0 acp --host http://localhost:32081
8 ```
9
10 The connector owns editor-hosted files and terminal access. The Agent Zero
11 runtime owns ACP session metadata, history, modes, and model settings. The
12 default transport is the connector; the hidden `transport: container` setting
13 is only a compatibility fallback for an already configured legacy `a0_acp`
14 plugin inside the selected container.
15
16 On startup, Agent Zero removes retired `usr/plugins/a0_acp` installations and
17 their project or agent overrides. The bundled `_a0_acp` configuration is kept.