From b8a2cdf3dcf7a5b62dbacfaa8d4e0b37b0b207f9 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 8 Jun 2026 23:22:59 +0000 Subject: [PATCH] write agent.py --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index 772e8a7..22800ca 100644 --- a/agent.py +++ b/agent.py @@ -57,7 +57,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu "automation with robots.txt checks, same-domain pagination safeguards, " "screenshots, HTML capture, JSON/CSV output, retries, and polite rate limiting." ) - version = "0.1.0" + version = "1.1.1" config_model = SeleniumbaseWebsiteScraperConfig auth_model = NoAuth