diff --git a/agent.py b/agent.py index 70edd76..e04c8e4 100644 --- a/agent.py +++ b/agent.py @@ -314,6 +314,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu ) decisions: list[dict[str, Any]] = [] + step_logs: list[dict[str, Any]] = [] all_items: list[dict[str, Any]] = [] all_pages: list[str] = [] all_htmls: list[str] = []