Agent Engine Live API based voice agent #2682
-
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
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.
-
Yes. It will be supported soon. |
Beta Was this translation helpful? Give feedback.
Yes. It will be supported soon.