Replies: 1 comment 1 reply
|
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: The standard Hello! That's an excellent question about how to handle parallel data processing in ADK. Understanding
|
|
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: The standard Hello! That's an excellent question about how to handle parallel data processing in ADK. Understanding
|
Uh oh!
There was an error while loading. Please reload this page.
Here is what I'm trying to do: I'm building a crawler agent, which is expected to retrieve a list of news first, and then crawl every news in parallel.
And I suppose I have to assign different urls to every fetch_news_agent, so each of them crawls a different news. How can I do that?
All reactions