better:优化工作记忆

This commit is contained in:
SengokuCola
2025-06-03 00:03:38 +08:00
parent bc2c7c5c1e
commit 1ef124bf5e
3 changed files with 91 additions and 136 deletions

View File

@@ -162,7 +162,7 @@ class WorkingMemoryProcessor(BaseProcessor):
memory_brief = memory_summary.get("brief")
memory_points = memory_summary.get("points", [])
for point in memory_points:
memory_str += f"记忆要点:{point}\n"
memory_str += f"{point}\n"
working_memory_info = WorkingMemoryInfo()
if memory_str: