Does Google ADK have a Handoff Feature

OpenAI agents recently released a handoff feature for their SDK. I was wondering if the Google ADK has a similar feature that can be used to hand off tasks to different agents, which will then be delegated for the entire chat. I know Google ADK has the sequential agent, but that is not very optimal as it uses a lot of back-and-forth between the agents, resulting in higher costs. What would be the best approach to handle a case where you need a planner agent to decide which sub-agent to use for the rest of the chat?

1 Like

Hello,

You can go through Google ADK’s mutli-agent documentation page, this might be of some help to you.