Support for ADK Bidi-streaming Architecture #496
Unanswered
Noah-Codex
asked this question in
Q&A
Replies: 3 comments
-
|
we’re also interested in bidirectional/live streaming support in adk-go (similar to LiveRequestQueue / run_live() in adk-python). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
hi, any updates? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
cc @mazas-google to share about the live api support plans |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have implemented a proof-of-concept WebSockets endpoint that streams audio frames to/from the Vertex AI (Gemini) Live API. See docs.
I wanted to extend my PoC to use the ADK's bidirectional streaming architecture defined here. The development guide defines abstractions like the
LiveRequestQueueandrun_live()streaming interface.These components are defined in the source-of-truth https://github.com/google/adk-python as well as the Java SDK. Is there a rough timeline for when bidirectional streaming is roadmapped to come to the Go SDK? If this is already possible in Go today, I would appreciate being pointed to an example.
Thank you in advance — happy to provide more details, if needed.
Beta Was this translation helpful? Give feedback.
All reactions