Add builtin ACP plugin
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

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.
This commit is contained in:
Alessandro 2026-06-01 02:38:23 +02:00
parent a7b4fcd798
commit 46112c9750
20 changed files with 1773 additions and 3 deletions

View file

@ -50,7 +50,7 @@ class IncludeWorkdirExtras(Extension):
max_lines = set["workdir_max_lines"]
gitignore_raw = set["workdir_gitignore"]
folder = set["workdir_path"]
folder = self.agent.context.get_data("workdir_path") or set["workdir_path"]
scan_path = files.get_abs_path_development(folder)
files.create_dir(scan_path)