feat: Add memory_apply_patch to base tools (#6491)

add memory apply patch
This commit is contained in:
Kevin Lin
2025-12-08 11:06:12 -08:00
committed by Caren Thomas
parent 4092820f3a
commit 1ca9df0626

View File

@@ -93,7 +93,7 @@ SEND_MESSAGE_TOOL_NAME = "send_message"
BASE_TOOLS = [SEND_MESSAGE_TOOL_NAME, "conversation_search", "archival_memory_insert", "archival_memory_search"]
DEPRECATED_LETTA_TOOLS = ["archival_memory_insert", "archival_memory_search"]
# Base memory tools CAN be edited, and are added by default by the server
BASE_MEMORY_TOOLS = ["core_memory_append", "core_memory_replace", "memory"]
BASE_MEMORY_TOOLS = ["core_memory_append", "core_memory_replace", "memory", "memory_apply_patch"]
# New v2 collection of the base memory tools (effecitvely same as sleeptime set), to pair with memgpt_v2 prompt
BASE_MEMORY_TOOLS_V2 = [
"memory_replace",