write agent.py
This commit is contained in:
1
agent.py
1
agent.py
@@ -314,6 +314,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu
|
|||||||
)
|
)
|
||||||
|
|
||||||
decisions: list[dict[str, Any]] = []
|
decisions: list[dict[str, Any]] = []
|
||||||
|
step_logs: list[dict[str, Any]] = []
|
||||||
all_items: list[dict[str, Any]] = []
|
all_items: list[dict[str, Any]] = []
|
||||||
all_pages: list[str] = []
|
all_pages: list[str] = []
|
||||||
all_htmls: list[str] = []
|
all_htmls: list[str] = []
|
||||||
|
|||||||
Reference in New Issue
Block a user