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
@@ -21,6 +21,7 @@ class CoderAgent(Agent):
"file_finder": FileFinder()
}
self.role = "Code Assistance"
self.type = "code_agent"
def process(self, prompt, speech_module) -> str:
answer = ""