Skip to content

ADK Gemini Live API Toolkit

Supported in ADKPython v0.5.0Experimental

Gemini Live API Toolkit in ADK adds the low-latency bidirectional voice and video interaction capability of Gemini Live API to AI agents.

With ADK Gemini Live API Toolkit, you can provide end users with the experience of natural, human-like voice conversations, including the ability for the user to interrupt the agent's responses with voice commands. Agents with streaming can process text, audio, and video inputs, and they can provide text and audio output.

  • Quickstart (Gemini Live API Toolkit)


    在此快速入门中,你将构建一个简单的智能体,并使用 ADK 中的流式处理来实现低延迟和双向语音与视频通信。

  • Gemini Live API Toolkit Demo Application


    A production-ready reference implementation showcasing ADK Gemini Live API Toolkit with multimodal support (text, audio, image). This FastAPI-based demo demonstrates real-time WebSocket communication, automatic transcription, tool calling with Google Search, and complete streaming lifecycle management. This demo is extensively referenced throughout the development guide series.

  • Blog post: ADK Gemini Live API Toolkit Visual Guide


    使用 ADK Gemini Live API Toolkit 进行多模态实时 AI 智能体开发的视觉指南。本文提供了直观的图表和插图,帮助你理解流式处理的工作原理以及如何构建交互式 AI 智能体。

  • Gemini Live API Toolkit development guide series


    一个深入研究 ADK Gemini Live API Toolkit 开发的文章系列。你可以学习基本概念、用例、核心 API 以及端到端应用设计。

  • 流式处理工具


    流式处理工具允许工具(函数)将中间结果流式传输回智能体,智能体可以对这些中间结果做出响应。例如,我们可以使用流式处理工具来监控股票价格的变化,并让智能体对此做出反应。另一个例子是我们可以让智能体监控视频流,当视频流发生变化时,智能体可以报告这些变化。

  • 博客文章:Google ADK + Vertex AI Live API


    本文展示了如何在 ADK 中使用 Gemini Live API Toolkit 进行实时音频/视频流式传输。它提供了一个使用 LiveRequestQueue 构建自定义交互式 AI 智能体的 Python 服务器示例。

  • 博客文章:使用 Claude 代码技能加速 ADK 开发


    本文演示了如何使用 Claude Coding Skills 加速 ADK 开发,并包含一个构建流式聊天应用的示例。了解如何利用 AI 驱动的代码辅助更快速地构建更出色的智能体。