rm debug print

This commit is contained in:
martin legrand 2025-04-24 13:24:56 +02:00
parent 8b199869c7
commit b479dd0b2f

View File

@ -329,7 +329,6 @@ class BrowserAgent(Agent):
while not complete and len(unvisited) > 0:
self.memory.clear()
print("Debug history:", self.search_history)
unvisited = self.select_unvisited(search_result)
answer, reasoning = await self.llm_decide(prompt, show_reasoning = False)
if self.last_answer == answer: