memory events consistency

This commit is contained in:
lorenzejay
2025-12-29 10:58:43 -08:00
parent 915299783f
commit 2e429b4ef6

View File

@@ -900,9 +900,8 @@ To enable tracing, do any one of these:
if memory_content:
memory_text = str(memory_content)
if len(memory_text) > 500:
memory_text = memory_text[:497] + "..."
content.append("Content: ", style="white")
content.append("Content: \n", style="white")
content.append(f"{memory_text}\n", style="green ")
self.print_panel(content, "🧠 Memory Retrieved", "green")