From 25ece569421337c0fcf9a4aa630c3f09794c6fe3 Mon Sep 17 00:00:00 2001 From: a2a-cloud Date: Mon, 8 Jun 2026 22:49:29 +0000 Subject: [PATCH] write agent.py --- agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent.py b/agent.py index c71ab80..afd19e4 100644 --- a/agent.py +++ b/agent.py @@ -394,7 +394,7 @@ class SeleniumbaseWebsiteScraper(A2AAgent[SeleniumbaseWebsiteScraperConfig, NoAu # Ask planner what to do next summary = { - "iteration": iteration, + "step": step, "goal": str(goal or "").strip(), "start_url": start_url, "current_url": current_url,