refactor(agent): 明确模块化设计流程,具体逻辑待实现

- 调整配置文件路径
- 新增 InteractionModulesLoader 用于动态加载交互模块,加载扩展模块待实现
- 修复 MemoryGraph 和 MemoryNode 的部分逻辑
- 改进 ModelConfig 类,支持单独配置文件, 用于动态加载模块
- 新增 PreprocessExecutor 和 TaskEvaluator模块, 待后续实现
This commit is contained in:
2025-04-17 23:12:13 +08:00
parent 27719b7c11
commit 34c6b861c8
22 changed files with 293 additions and 96 deletions

View File

@@ -74,6 +74,11 @@
<artifactId>hutool-all</artifactId>
<version>5.8.36</version>
</dependency>
<dependency>
<groupId>work.slhaf</groupId>
<artifactId>Partner-Modules-Api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>