From 8eba7e8bfc7f50277ff08498fcda9046a3bca21c Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Tue, 9 Jun 2026 11:48:48 +0000 Subject: [PATCH] a2a-source-edit: write agent.py --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index a7a828a..05b69e4 100644 --- a/agent.py +++ b/agent.py @@ -68,7 +68,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, Base "Compliant website scraping via SeleniumBase/browser automation. " "Respects robots.txt, same-origin pagination, and safety rails." ) - version = "0.1.0" + version = "0.1.1" config_model = SeleniumbaseWebsiteScraperConfig