fix : various bugs & improve memory system

This commit is contained in:
martin legrand
2025-03-23 17:25:49 +01:00
parent caf1b5e9a9
commit 8b5bb28c94
7 changed files with 15 additions and 22 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class CasualAgent(Agent):
"file_finder": FileFinder(),
"bash": BashInterpreter()
}
self.role = "Chat and Conversation"
self.role = "talk, quick search"
self.type = "casual_agent"
def process(self, prompt, speech_module) -> str: