write agent.py
This commit is contained in:
3
agent.py
3
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
|
||||
|
||||
Reference in New Issue
Block a user