feat: 先进智能体运行时基座 v1

- 支持高层调用进行可配置智能体业务开发
- 封装基于 agentscope-java
- 支持 tool、skill、知识库等封装
- 支持 tool 审批
- 支持智能体事件回传
- 等等
This commit is contained in:
2026-05-19 17:30:42 +08:00
parent 787ca328f9
commit 8356560c26
82 changed files with 9760 additions and 0 deletions

View File

@@ -23,6 +23,18 @@
<artifactId>agentscope</artifactId>
</dependency>
<dependency>
<groupId>com.anthropic</groupId>
<artifactId>anthropic-java</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>com.google.genai</groupId>
<artifactId>google-genai</artifactId>
<version>1.38.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>