From 6be89f4834a876ccd55009af15857de7d2a37fc4 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Sun, 7 Jun 2026 23:46:09 +0000 Subject: [PATCH] write agent.py --- agent.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/agent.py b/agent.py index b42d084..18c8ef3 100644 --- a/agent.py +++ b/agent.py @@ -11,7 +11,6 @@ from __future__ import annotations import json import re import textwrap -import time import urllib.parse import urllib.request import urllib.robotparser @@ -50,7 +49,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 = "1.0.1" + version = "1.0.2" config_model = SeleniumbaseWebsiteScraperConfig auth_model = NoAuth