Agent Engine Live API based voice agent #2682
Replies: 1 comment
-
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: Yes, you can deploy voice agents with live, streaming capabilities to Agent Engine. This functionality relies on the experimental bidi-streaming (live) feature in the ADK, which uses the Gemini Live API. You'll need to use a Gemini model that supports this API. Hello! Thanks for your question. The functionality you're referring to as "live api based voice functionality" is what the ADK refers to as "bidi-streaming (live)". It is an experimental feature that enables real-time, bidirectional streaming of audio, allowing for the creation of sophisticated voice agents. [1] To implement this, you will need to use a Gemini model that supports the Gemini Live API. You can find more details about the models that support this in the documentation. [1] Agent Engine is indeed a suitable choice for deploying and managing your voice agent, especially when you need to handle concurrency and scale. It's a fully managed service designed for this purpose and is available for Python agents. When you deploy your agent to Agent Engine, it will automatically use the For a comprehensive guide on building and deploying your first agent, you can refer to the Quickstart guide. [3] Citations: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We are trying to deploy the voice agents on Agent Engine as it could help with concurrency. Will it be able to accommodate the live api based voice functionality?
Beta Was this translation helpful? Give feedback.
All reactions