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: prompts/agent.tools.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,19 @@ Always verify memory by online.
62
62
}
63
63
~~~
64
64
65
+
<<<<<<< Updated upstream
65
66
### memorize:
66
67
Save information to persistent memory.
67
68
Memories can help you remember important details and later reuse them.
69
+
=======
70
+
### memory_tool:
71
+
Manage long term memories. Allowed arguments are "query", "memorize", "forget" and "delete".
72
+
Memories can help you remember important details and later reuse them.
73
+
When querying, provide a "query" argument to search for. You will retrieve IDs and contents of relevant memories. Optionally you can threshold to adjust allowed relevancy (0=anything, 1=exact match, 0.1 is default).
74
+
When memorizing, provide enough information in "memorize" argument for future reuse.
75
+
When deleting, provide memory IDs from loaded memories separated by commas in "delete" argument.
76
+
When forgetting, provide query and optionally threshold like you would for querying, corresponding memories will be deleted.
77
+
>>>>>>> Stashed changes
68
78
Provide a title, short summary and and all the necessary information to help you later solve similiar tasks including details like code executed, libraries used etc.
69
79
**Example usages**:
70
80
~~~json
@@ -76,7 +86,35 @@ Provide a title, short summary and and all the necessary information to help you
0 commit comments