Feat : web navigation improvement, better prompting

This commit is contained in:
martin legrand
2025-03-18 16:52:09 +01:00
parent 292623ab52
commit bdbb590dc4
4 changed files with 61 additions and 43 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class FileAgent(Agent):
"file_finder": FileFinder(),
"bash": BashInterpreter()
}
self.role = "files operations"
self.role = "find, read, write, edit files"
def process(self, prompt, speech_module) -> str:
complete = False