Skip to content

Commit fdcc928

Browse files
fix: add a Streaming blog post (#389)
add a Streaming blog post Co-authored-by: Kristopher Overholt <[email protected]>
1 parent 290238b commit fdcc928

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/streaming/index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,16 @@ text, audio, and video inputs, and they can provide text and audio output.
5656

5757
This article overviews the server and client code for a custom asynchronous web app built with ADK Streaming and FastAPI, enabling real-time, bidirectional audio and text communication with both Server Sent Events (SSE) and WebSockets.
5858

59-
[:octicons-arrow-right-24: More information (SSE)](custom-streaming.md)
60-
[:octicons-arrow-right-24: More information (WebSockets)](custom-streaming-ws.md)
59+
[:octicons-arrow-right-24: More information (SSE)](custom-streaming.md) and
60+
[:octicons-arrow-right-24: (WebSockets)](custom-streaming-ws.md)
61+
62+
- :material-console-line: **Blog post: Google ADK + Vertex AI Live API**
63+
64+
---
65+
66+
This article shows how to use Bidi-streaming (live) in ADK for real-time audio/video streaming. It offers a Python server example using LiveRequestQueue to build custom, interactive AI agents.
67+
68+
[:octicons-arrow-right-24: More information](https://medium.com/google-cloud/google-adk-vertex-ai-live-api-125238982d5e)
6169

6270
- :material-console-line: **Shopper's Concierge demo**
6371

0 commit comments

Comments
 (0)