Skip to content

Commit 83e5df7

Browse files
yeesiancopybara-github
authored andcommitted
fix: Set the agent_framework when initializing module-based agent engine
PiperOrigin-RevId: 792170095
1 parent 25b2806 commit 83e5df7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/google/adk/cli/cli_deploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ def to_agent_engine(
433433
'stream': ['stream_query', 'streaming_agent_run_with_events'],
434434
},
435435
sys_paths=[temp_folder[1:]],
436+
agent_framework='google-adk',
436437
)
437438
agent_config = dict(
438439
agent_engine=agent_engine,

0 commit comments

Comments
 (0)