Is your feature request related to a problem? Please describe.
adk-js currently lacks support for real-time bidirectional audio streaming
Describe the solution you'd like
- Support real-time bidirectional audio streaming in
adk-js like its done in adk-python. (adk-python bidi demo)
- The
RunConfig interface already exposes responseModalities and speechConfig, so the configuration layer exists. The gap seems to be in the runLive / LiveRequestQueue implementation
Is your feature request related to a problem? Please describe.
adk-jscurrently lacks support for real-time bidirectional audio streamingDescribe the solution you'd like
adk-jslike its done inadk-python. (adk-python bidi demo)RunConfiginterface already exposesresponseModalitiesandspeechConfig, so the configuration layer exists. The gap seems to be in therunLive/LiveRequestQueueimplementation