Refactor/memory statistics (#99)

* [refactor]Reconstructing forgotten, emotional, situational, and explicit memory statistics

* [refactor]Reconstructing forgotten, emotional, situational, and explicit memory statistics

* [changes]Improve the code based on AI review
This commit is contained in:
乐力齐
2026-01-13 20:27:27 +08:00
committed by GitHub
parent 70cbda27eb
commit b71f67f7df
7 changed files with 371 additions and 26 deletions

View File

@@ -401,5 +401,5 @@ class MemoryEpisodicService(MemoryBaseService):
raise
# 创建全局服务实例
# 创建全局服务实例(供控制器层使用)
memory_episodic_service = MemoryEpisodicService()