feat: 归档 XL08 异步工具协议

- 新增 AsyncToolSpec 与 AsyncSubTools 五子工具展开能力

- 增加异步工具事件、上下文事件发射和模型可见结果裁剪

- 补充 AgentScope 异步工具协议提示与 runtime 单元测试
This commit is contained in:
2026-06-04 15:23:04 +08:00
parent 43f45956ff
commit 7cac558b6c
22 changed files with 2894 additions and 2 deletions

View File

@@ -23,6 +23,11 @@
<artifactId>agentscope</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
</dependency>
<dependency>
<groupId>com.anthropic</groupId>
<artifactId>anthropic-java</artifactId>