write agent.py

This commit is contained in:
a2a-cloud
2026-06-08 23:05:53 +00:00
parent 9a0d80486a
commit 2ebc3b1228

View File

@@ -370,6 +370,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu
warnings.append("max_runtime_seconds reached; stopping")
break
# Execute one browser pass
plan_note = "initial pass" if step == 1 else "refined pass"
run = await self.scrape_website(
ctx=ctx,
url=current_url,