Feat : browser login form detecting and fill, fix: memory saving problems

This commit is contained in:
martin legrand
2025-03-23 11:11:38 +01:00
parent 0397183f2a
commit fa7d586a97
9 changed files with 212 additions and 41 deletions
+1
View File
@@ -15,6 +15,7 @@ class FileAgent(Agent):
"bash": BashInterpreter()
}
self.role = "find and read files"
self.type = "file_agent"
def process(self, prompt, speech_module) -> str:
complete = False