write agent.py

This commit is contained in:
a2a-cloud
2026-06-08 23:05:43 +00:00
parent a2441b04c3
commit e1e2d0f40a

View File

@@ -314,6 +314,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu
) )
decisions: list[dict[str, Any]] = [] decisions: list[dict[str, Any]] = []
step_logs: list[dict[str, Any]] = []
all_items: list[dict[str, Any]] = [] all_items: list[dict[str, Any]] = []
all_pages: list[str] = [] all_pages: list[str] = []
all_htmls: list[str] = [] all_htmls: list[str] = []