mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-26 06:57:43 -06:00
add input transcription support for live/streaming.
Copybara import of the project: -- d481e0604a79470e2c1308827b3ecb78bfb5327e by Alan B <alan@nerds.ai>: feat: 🚧 catch user transcription -- bba436bb76d1d2f9d5ba969fce38ff8b8a443254 by Alan B <alan@nerds.ai>: feat: ✨ send user transcription event as llm_response -- ad2abf540c60895b79c50f9051a6289ce394b98d by Alan B <death1027@outlook.com>: style: 💄 update lint problems -- 744703c06716300c0f9f41633d3bafdf4cb180a1 by Hangfei Lin <hangfeilin@gmail.com>: fix: set right order for input transcription -- 31a5d42d6155b0e5caad0c73c8df43255322016f by Hangfei Lin <hangfeilin@gmail.com>: remove print -- 59e5d9c72060f97d124883150989315401a4c1b5 by Hangfei Lin <hangfeilin@gmail.com>: remove api version COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/495 from BloodBoy21:main ea29015af041f9785abaa8583e2c767f9d8c8bc8 PiperOrigin-RevId: 755401615
This commit is contained in:
@@ -33,7 +33,7 @@ dependencies = [
|
||||
"google-cloud-secret-manager>=2.22.0", # Fetching secrets in RestAPI Tool
|
||||
"google-cloud-speech>=2.30.0", # For Audo Transcription
|
||||
"google-cloud-storage>=2.18.0, <3.0.0", # For GCS Artifact service
|
||||
"google-genai>=1.11.0", # Google GenAI SDK
|
||||
"google-genai>=1.12.1", # Google GenAI SDK
|
||||
"graphviz>=0.20.2", # Graphviz for graph rendering
|
||||
"mcp>=1.5.0;python_version>='3.10'", # For MCP Toolset
|
||||
"opentelemetry-api>=1.31.0", # OpenTelemetry
|
||||
|
||||
Reference in New Issue
Block a user