feat: 重构记忆系统配置,移除三层记忆相关配置,优化全局记忆管理逻辑,支持批量生成文本向量
This commit is contained in:
@@ -118,7 +118,7 @@ class SingleStreamContextManager:
|
||||
|
||||
# 三层记忆系统集成:将消息添加到感知记忆层
|
||||
try:
|
||||
if global_config.three_tier_memory and global_config.three_tier_memory.enable:
|
||||
if global_config.memory and global_config.memory.enable:
|
||||
unified_manager = _get_unified_memory_manager()
|
||||
if unified_manager:
|
||||
# 构建消息字典
|
||||
|
||||
Reference in New Issue
Block a user