From 13b9e74544ca47530571001ac5365e921b47a8ba Mon Sep 17 00:00:00 2001 From: A Vertex SDK engineer Date: Mon, 16 Mar 2026 06:50:06 -0700 Subject: [PATCH] feat: a2a streaming with autopush url PiperOrigin-RevId: 884411318 --- vertexai/preview/reasoning_engines/templates/a2a.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vertexai/preview/reasoning_engines/templates/a2a.py b/vertexai/preview/reasoning_engines/templates/a2a.py index 724e2af41e..223ab196ae 100644 --- a/vertexai/preview/reasoning_engines/templates/a2a.py +++ b/vertexai/preview/reasoning_engines/templates/a2a.py @@ -244,7 +244,7 @@ def set_up(self): agent_engine_id = os.getenv("GOOGLE_CLOUD_AGENT_ENGINE_ID", "test-agent-engine") version = "v1beta1" - self.agent_card.url = f"https://{location}-aiplatform.googleapis.com/{version}/projects/{project}/locations/{location}/reasoningEngines/{agent_engine_id}/a2a" + self.agent_card.url = f"https://{location}-autopush-aiplatform.sandbox.googleapis.com/{version}/projects/{project}/locations/{location}/reasoningEngines/{agent_engine_id}/a2a" self._tmpl_attrs["agent_card"] = self.agent_card # Create the agent executor if a builder is provided.