-
After developing my agent locally, now I'm going to deploy the ADK agent to Agent Engine. In this process, I can't find the way to include my RunConfig in the deployed agent. Looks like the Runner is managed by the framework and there is no way to pass my custom RunConfig. I'm probably missing something obvious, but since I wasted too much time already I decided to ask here. Probably you guys have the answer already. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Does someone know answer to this. I am guessing there will be some code around Agent but can't figure out exactly. Didn't find this is any sample code too. |
Beta Was this translation helpful? Give feedback.
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: You are correct. When deploying an agent to Agent Engine, you do not provide a Hello! Your observation is spot on. The way you configure an agent for local execution is different from how it's handled when deployed to a managed service like Agent Engine. For local development and testing, you have full control over the execution environment. This is where you create a However, when you deploy to Agent Engine, the service takes over the management of the agent's runtime. The deployment process involves wrapping your agent in an Certain settings can be configured at deployment time, but not through For more details on the deployment process, you can refer to the Agent Engine deployment guide. [1] Footnotes: |
Beta Was this translation helpful? Give feedback.
-
Hi @rdaros , it can't be done easily today. we are adding this support very soon. |
Beta Was this translation helpful? Give feedback.
Hi @rdaros , it can't be done easily today. we are adding this support very soon.