mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
fix: Set the agent_framework when initializing module-based agent engine
PiperOrigin-RevId: 792170095
This commit is contained in:
committed by
Copybara-Service
parent
25b2806301
commit
83e5df7862
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user