mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-09 17:08:29 +00:00
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.
This commit is contained in:
parent
a7b4fcd798
commit
46112c9750
20 changed files with 1773 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue