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
@@ -19,6 +19,7 @@ class CasualAgent(Agent):
"bash": BashInterpreter()
}
self.role = "Chat and Conversation"
self.type = "casual_agent"
def process(self, prompt, speech_module) -> str:
complete = False