mirror of
https://github.com/tcsenpai/agenticSeek.git
synced 2025-06-05 02:25:27 +00:00
rm debug print
This commit is contained in:
parent
21bf224fef
commit
6eee5cf350
@ -311,8 +311,6 @@ class BrowserAgent(Agent):
|
||||
links = self.parse_answer(answer)
|
||||
link = self.select_link(links)
|
||||
self.search_history.append(link)
|
||||
hist = '\n'.join([x for x in self.search_history if x is not None])
|
||||
pretty_print(hist, color="warning")
|
||||
|
||||
if "REQUEST_EXIT" in answer:
|
||||
pretty_print(f"Agent requested exit.", color="status")
|
||||
|
Loading…
x
Reference in New Issue
Block a user