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 -1
View File
@@ -22,7 +22,7 @@ class PlannerAgent(Agent):
"web": BrowserAgent(model, name, prompt_path, provider)
}
self.role = "Research, setup and code"
self.tag = "json"
self.type = "planner_agent"
def parse_agent_tasks(self, text):
tasks = []