mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
- 添加以Agent为入口的注册链
- 调整项目结构 - 定义标准输入类 - 明确层级职责,Agent将负责处理所有原始输入并中转给真正的协调层InteractionHub - 添加针对Agent层级的websocket能力扩展
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -30,6 +30,11 @@
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.18.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.java-websocket</groupId>
|
||||
<artifactId>Java-WebSocket</artifactId>
|
||||
<version>1.6.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user