[ Web Proxy ]
URL:
Viewing: https://adk.dev/integrations/../../../tools-custom/../../workflows/../../live/get-started/ [Back]  [Original]

Build a streaming agent - Agent Development Kit (ADK) Agent Development Kit (ADK)
Skip to content
ADK Go 2.0 GA is LIVE with graph workflows and collaborative agents! Get started.
logo [logo]
Build a streaming agent
Python [Python] Python TypeScript [TypeScript] JS Go [Go] Go Java [Java] Java Kotlin [Kotlin] Kotlin
[Go]
  1. Home
  2. Components
  3. Live and Voice Agents
  4. Get started

Build a streaming agent

The Agent Development Kit (ADK) enables real-time, interactive experiences with your AI agents through streaming. This allows for features like live voice conversations, real-time tool use, and continuous updates from your agent.

This page provides quickstart examples to get you up and running with streaming capabilities in both Python and Java ADK.

  • Python ADK: Streaming agent


    This example demonstrates how to set up a basic streaming interaction with an agent using Python ADK. It typically involves using the Runner.run_live() method and handling asynchronous events.

    View Python Streaming Quickstart

  • Java ADK: Streaming agent


    This example demonstrates how to set up a basic streaming interaction with an agent using Java ADK. It involves using the Runner.runLive() method, a LiveRequestQueue, and handling the Flowable<Event> stream.

    View Java Streaming Quickstart

Back to top

Web Proxy Viewer  |  New URL  |  Original Page