write agent.py
This commit is contained in:
1
agent.py
1
agent.py
@@ -501,6 +501,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu
|
||||
"url": current_url,
|
||||
"selectors": current_selectors,
|
||||
})
|
||||
step_logs[-1]["decision"] = {"stop": False, "next_url": current_url, "selectors": current_selectors}
|
||||
|
||||
# Deduplicate items by URL+page_index if present
|
||||
seen_keys: set[tuple[Any, Any]] = set()
|
||||
|
||||
Reference in New Issue
Block a user