write agent.py
This commit is contained in:
1
agent.py
1
agent.py
@@ -370,6 +370,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu
|
|||||||
warnings.append("max_runtime_seconds reached; stopping")
|
warnings.append("max_runtime_seconds reached; stopping")
|
||||||
break
|
break
|
||||||
# Execute one browser pass
|
# Execute one browser pass
|
||||||
|
plan_note = "initial pass" if step == 1 else "refined pass"
|
||||||
run = await self.scrape_website(
|
run = await self.scrape_website(
|
||||||
ctx=ctx,
|
ctx=ctx,
|
||||||
url=current_url,
|
url=current_url,
|
||||||
|
|||||||
Reference in New Issue
Block a user