diff --git a/agent.py b/agent.py index 75ecc11..7095f17 100644 --- a/agent.py +++ b/agent.py @@ -518,9 +518,9 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu "goal": goal, "start_url": start_url, "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, - "step_logs": step_logs, + "steps": step_logs, "items_total": len(unique_items), }) if manifest_path: