write agent.py
This commit is contained in:
1
agent.py
1
agent.py
@@ -520,6 +520,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu
|
||||
"timestamp": datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"),
|
||||
"steps": len(decisions) or min(int(max_steps), 1),
|
||||
"decisions": decisions,
|
||||
"step_logs": step_logs,
|
||||
"items_total": len(unique_items),
|
||||
})
|
||||
if manifest_path:
|
||||
|
||||
Reference in New Issue
Block a user