feat : re-integrated and improved planner agent

This commit is contained in:
martin legrand
2025-03-26 13:21:10 +01:00
parent 279bdf8c7e
commit 9080697dc0
7 changed files with 37 additions and 18 deletions
+1 -1
View File
@@ -252,7 +252,7 @@ class BrowserAgent(Agent):
continue
animate_thinking(f"Navigating to {links[0]}", color="status")
speech_module.speak(f"Navigating to {links[0]}")
if speech_module: speech_module.speak(f"Navigating to {links[0]}")
self.browser.go_to(links[0])
self.current_page = links[0]
self.search_history.append(links[0])