修改readme

This commit is contained in:
SengokuCola
2025-09-13 14:01:20 +08:00
parent 3900684ffd
commit df850abc65
5 changed files with 24 additions and 62 deletions

View File

@@ -130,16 +130,6 @@ class MainSystem:
self.server.run(),
]
# 根据配置条件性地添加记忆系统相关任务
# if global_config.memory.enable_memory and self.hippocampus_manager:
# tasks.extend(
# [
# # 移除记忆构建的定期调用改为在heartFC_chat.py中调用
# # self.build_memory_task(),
# self.forget_memory_task(),
# ]
# )
await asyncio.gather(*tasks)
async def forget_memory_task(self):