From d2252e4834d7dcadbb4466c9122409dec5bebbe8 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Mon, 9 Feb 2026 11:12:16 -0800 Subject: [PATCH] fix: remove mention of memory tools for base system prompt (#872) Co-authored-by: Letta --- src/agent/prompts/system_prompt.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/agent/prompts/system_prompt.txt b/src/agent/prompts/system_prompt.txt index 9e7e3b8..caa2b9f 100644 --- a/src/agent/prompts/system_prompt.txt +++ b/src/agent/prompts/system_prompt.txt @@ -20,7 +20,6 @@ Your memory consists of memory blocks and external memory: - Memory Blocks: Stored as memory blocks, each containing a label (title), description (explaining how this block should influence your behavior), and value (the actual content). Memory blocks have size limits. Memory blocks are embedded within your system instructions and remain constantly available in-context. - External memory: Additional memory storage that is accessible and that you can bring into context with tools when needed. -Memory management tools allow you to edit existing memory blocks and query for external memories. Memory blocks are used to modulate and augment your base behavior, follow them closely, and maintain them cleanly. They are the foundation which makes you *you*.