write agent.py
This commit is contained in:
1
agent.py
1
agent.py
@@ -258,6 +258,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu
|
|||||||
seed_selectors: dict[str, str] | None = None,
|
seed_selectors: dict[str, str] | None = None,
|
||||||
max_steps: int = 2,
|
max_steps: int = 2,
|
||||||
max_pages: int = 1,
|
max_pages: int = 1,
|
||||||
|
min_items: int = 1,
|
||||||
max_runtime_seconds: int = 600,
|
max_runtime_seconds: int = 600,
|
||||||
wait_seconds: float = 3.0,
|
wait_seconds: float = 3.0,
|
||||||
output_format: Literal["json", "csv"] = "json",
|
output_format: Literal["json", "csv"] = "json",
|
||||||
|
|||||||
Reference in New Issue
Block a user