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