Replies: 1 comment
-
|
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: Passing the Hello! That's a great set of questions that gets to the core of how to best use ADK for production deployments. Let's break it down. 1. Automatic Session and Memory ManagementWhen you use the
So, while the service is configured automatically, you still need to add a little bit of code to your agent to tell it when and how to use the memory bank. 2.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to deploy my agent to GKE. If I pass the
VertexAiSessionServiceURI to theget_fast_api_appfunction will the agent automatically start managing sessions and creating memories without any further intervention? Would additional memory related code just be for custom use cases at that point? Or do I still need to use these callbacksAlternatively can I use Runners directly? The docs seem to imply that we should be exposing a
root_agentbut if I need to manage sessions manually outside of AI Engine it seems like this section suggests that we should be using Runners directly.Is ADK meant to be used like a library within existing services or are we supposed to use the existing fast api app?
Beta Was this translation helpful? Give feedback.
All reactions