Replies: 1 comment 1 reply
-
|
can you please refer to following resources and see if these resolve your problem: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Is your feature request related to a problem? Please describe.
Yes. Currently, tools must complete execution before results are shown to users or agents. This causes issues for:
Describe the solution you'd like
A clear and concise description of what you want to happen.
Example Problem:
Extend the streaming tools infrastructure to support progressive result delivery:
Proposed API:
Behavior:
streamingvscomplete)Usage:
Describe alternatives you've considered
Polling: Agent polls tool status repeatedly:
Separate Endpoints: Use separate API endpoints for status:
Background Tasks: Run tools in background and check later:
Additional context
Implementation Notes:
AsyncGeneratorpatternsRelated Code:
contributing/samples/live_bidi_streaming_tools_agent/src/google/adk/tools/src/google/adk/flows/llm_flows/base_llm_flow.pyPriority:
Medium - Important for real-time use cases, but not critical for core functionality.
Beta Was this translation helpful? Give feedback.
All reactions