Replies: 1 comment
-
|
For live voice/S2S agents, I would not model the whole conversation as one blocking graph execution. A production-friendly pattern is to keep the graph deterministic for state transitions, but make the voice layer event-driven around it. A practical architecture can look like this: |
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.
-
I’m using ADK 2.x graph workflows for deterministic control in text-based agents.
Now I am also trying to build some voice/S2S agents and want to introduce structured control for predictable conversations, but graphs don't currently support live streaming.
Is there any planned support for:
Or is there a recommended alternative architecture for this use case in ADK?
Beta Was this translation helpful? Give feedback.
All reactions