- 添加以Agent为入口的注册链

- 调整项目结构
- 定义标准输入类
- 明确层级职责,Agent将负责处理所有原始输入并中转给真正的协调层InteractionHub
- 添加针对Agent层级的websocket能力扩展
This commit is contained in:
2025-04-15 23:05:44 +08:00
parent 527781cdae
commit 27719b7c11
41 changed files with 391 additions and 135 deletions

View File

@@ -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>