mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-06 11:05:26 +00:00
rm debug print
This commit is contained in:
parent
8b199869c7
commit
b479dd0b2f
@ -329,7 +329,6 @@ class BrowserAgent(Agent):
|
|||||||
while not complete and len(unvisited) > 0:
|
while not complete and len(unvisited) > 0:
|
||||||
|
|
||||||
self.memory.clear()
|
self.memory.clear()
|
||||||
print("Debug history:", self.search_history)
|
|
||||||
unvisited = self.select_unvisited(search_result)
|
unvisited = self.select_unvisited(search_result)
|
||||||
answer, reasoning = await self.llm_decide(prompt, show_reasoning = False)
|
answer, reasoning = await self.llm_decide(prompt, show_reasoning = False)
|
||||||
if self.last_answer == answer:
|
if self.last_answer == answer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user