Skip to content
Discussion options

You must be logged in to vote

Response from ADK Answering Agent (experimental, answer may be inaccurate)

TLDR: Your current approach is a solid and recommended pattern for bulk processing of independent tasks in ADK. Creating a unique session for each task is the correct way to ensure context isolation.


Hi there!

Thanks for the great question and for sharing your approach. It's great to see how you're using ADK for different use cases.

Your method of handling bulk requests is not only a valid way to approach this problem but is also aligned with the core design principles of ADK. Here’s a breakdown of why your approach is effective:

  1. Asynchronous by Design: The ADK is built on asyncio, and runner.run_async is the pr…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by hangfei
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question [Component] This issue is asking a question or clarification bot responded [Bot] This issue is responded by ADK bot
4 participants
Converted from issue

This discussion was converted from issue #3205 on November 07, 2025 04:23.