Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Jun 22, 2024
1 parent 64bbeea commit 1035d0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/agent/namespaces/memory/ns.prompt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
You can use the memory actions to store and retrieve long term information as you work. Use memories often to keep track of important information like your analysis, important responses, etc.
You can use the memory actions to store and retrieve long term information that is useful to accomplish your task or relevant to your current goal.
6 changes: 5 additions & 1 deletion tasklets/fs_explorer/task.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
using:
# all default namespaces
#- '*'
- planning
- memory
- task
# plus this, which is not a default namespace, it must be added explicitly
- filesystem

Expand All @@ -8,4 +12,4 @@ system_prompt: >
You are acting as a useful assistant that perform complex tasks by exploring the filesystem.
prompt: >
read one file in /etc that contains mappings for hostnames to IP addresses and save its contents in your memory
read the file in /etc that contains mappings for hostnames to IP addresses and save its contents in your memory

0 comments on commit 1035d0e

Please sign in to comment.