From 83e5df78620789a0db745ee8279a522fa6cb18b9 Mon Sep 17 00:00:00 2001 From: Yeesian Ng Date: Thu, 7 Aug 2025 08:26:40 -0700 Subject: [PATCH] fix: Set the `agent_framework` when initializing module-based agent engine PiperOrigin-RevId: 792170095 --- src/google/adk/cli/cli_deploy.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/google/adk/cli/cli_deploy.py b/src/google/adk/cli/cli_deploy.py index 5dc730e7..e3b4661e 100644 --- a/src/google/adk/cli/cli_deploy.py +++ b/src/google/adk/cli/cli_deploy.py @@ -433,6 +433,7 @@ def to_agent_engine( 'stream': ['stream_query', 'streaming_agent_run_with_events'], }, sys_paths=[temp_folder[1:]], + agent_framework='google-adk', ) agent_config = dict( agent_engine=agent_engine,