agent-zero/plugins/_acp/plugin.yaml
Alessandro 46112c9750
Some checks are pending
Build And Publish Docker Images / plan (push) Waiting to run
Build And Publish Docker Images / build (push) Blocked by required conditions
Add builtin ACP plugin
Expose Agent Zero over the Agent Client Protocol as a builtin stdio plugin with session lifecycle support, streaming bridges, registry metadata, and editor workspace handling.

Add lazy dependency installation through the ACP plugin hook using the root requirements pin so self-updated instances can recover without a fresh Docker image.

Pin agent-client-protocol, add focused static coverage, and allow ACP sessions to override the per-context workdir for code execution and workdir prompts.
2026-06-01 02:40:28 +02:00

9 lines
233 B
YAML

name: _acp
title: Agent Client Protocol
description: Exposes Agent Zero as an ACP stdio agent for editor clients.
version: "1.19"
settings_sections:
- external
per_project_config: false
per_agent_config: false
always_enabled: true