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 json
|
||||||
import re
|
import re
|
||||||
import textwrap
|
import textwrap
|
||||||
import time
|
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
import urllib.request
|
import urllib.request
|
||||||
import urllib.robotparser
|
import urllib.robotparser
|
||||||
@@ -50,7 +49,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu
|
|||||||
"automation with robots.txt checks, same-domain pagination safeguards, "
|
"automation with robots.txt checks, same-domain pagination safeguards, "
|
||||||
"screenshots, HTML capture, JSON/CSV output, retries, and polite rate limiting."
|
"screenshots, HTML capture, JSON/CSV output, retries, and polite rate limiting."
|
||||||
)
|
)
|
||||||
version = "1.0.1"
|
version = "1.0.2"
|
||||||
|
|
||||||
config_model = SeleniumbaseWebsiteScraperConfig
|
config_model = SeleniumbaseWebsiteScraperConfig
|
||||||
auth_model = NoAuth
|
auth_model = NoAuth
|
||||||
|
|||||||
Reference in New Issue
Block a user