推进调整提示词加载逻辑,进行部分重构

- 将CoreModel明确为“表达模块”,移动至modules包
- 将模块相关内容移动到Modules包
- 为存在的单例实现添加双重锁定
- 调整父类Model的提示词加载逻辑,并修改了执行`chat`操作的逻辑
- 将MemorySummarizer中的几个总结逻辑拆分成三个子模块,但入口仍为MemorySummarizer
- 在README添加了许可声明
This commit is contained in:
2025-05-31 20:33:31 +08:00
parent b7cc0ab6d8
commit feac2fc652
45 changed files with 717 additions and 475 deletions

View File

@@ -47,3 +47,12 @@
### 长期规划
- [ ] 实现角色演进机制
- [ ] 实现任务调度模块(主动调度、意图推断、定时调度)
## License
This project is not licensed for public use. All rights reserved.
Partner is currently in an early experimental phase. Code, logic, and architecture are rapidly evolving.
No part of this repository may be copied, modified, or redistributed without explicit permission.
For collaboration or inquiries, contact the maintainer directly.