feat: 移除记忆图系统插件,优化记忆管理器的初始化和数据目录配置

This commit is contained in:
Windpicker-owo
2025-11-19 19:49:23 +08:00
parent 5cfc74f276
commit d1589c2b79
7 changed files with 30 additions and 112 deletions

View File

@@ -52,7 +52,7 @@ class PerceptualMemoryManager:
recall_top_k: 召回时返回的最大块数
recall_similarity_threshold: 召回的相似度阈值
"""
self.data_dir = data_dir or Path("data/memory_graph/three_tier")
self.data_dir = data_dir or Path("data/memory_graph")
self.data_dir.mkdir(parents=True, exist_ok=True)
# 配置参数