fix: Set the agent_framework when initializing module-based agent engine

PiperOrigin-RevId: 792170095
This commit is contained in:
Yeesian Ng
2025-08-07 08:27:15 -07:00
committed by Copybara-Service
parent 25b2806301
commit 83e5df7862
+1
View File
@@ -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,