write agent.py

This commit is contained in:
a2a-cloud
2026-06-08 23:09:17 +00:00
parent def5feb44f
commit ebb4475900

View File

@@ -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 = "1.1.0"
version = "0.1.0"
config_model = SeleniumbaseWebsiteScraperConfig
auth_model = NoAuth