feat: 增加 Agent 安全工作区工具

- 提供受控文件读写、补丁、Shell 与归档能力

- 补齐路径、配额、命令审批和进程清理边界
This commit is contained in:
2026-08-19 21:51:27 +08:00
parent c7d410d755
commit 9612c5bd62
27 changed files with 6842 additions and 51 deletions

View File

@@ -28,6 +28,11 @@
<artifactId>fastjson2</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
<groupId>com.anthropic</groupId>
<artifactId>anthropic-java</artifactId>