You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Toolkit/memory/mem0.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Spoon-toolkit provides Mem0-powered tools that plug into spoon-core agents for l
6
6
-`AddMemoryTool` — store text or conversation snippets.
7
7
-`SearchMemoryTool` — semantic/natural-language search over stored memories.
8
8
-`GetAllMemoryTool` — list memories (with paging/filters).
9
-
-`UpdateMemoryTool` — update an existing memory by id.
10
-
-`DeleteMemoryTool` — delete a memory by id.
9
+
-`UpdateMemoryTool` — update an existing memory by memory_id.
10
+
-`DeleteMemoryTool` — delete a memory by memory_id.
11
11
12
12
All tools accept `mem0_config` (api_key/user_id/collection/metadata/filters/etc.) or an injected `SpoonMem0` client. If `mem0ai` or `MEM0_API_KEY` is missing, client initialization may fail; otherwise an unready client yields `ToolResult.error` rather than an exception.
0 commit comments