I want to split a large set of data into multiple smaller parts (split by an agent), then assign them to multiple same(or not same) agents/workflows/teams for parallel execution, and finally merge the results.
I can manually split the data and assign tasks, but I want to know if agno can handle this entirely on its own.
Hi @huangsh
Thanks for reaching out and for using Agno! I’ve looped in the right engineers to help with your question. We usually respond within 48 hours, but if this is urgent, just let us know, and we’ll do our best to prioritize it.
Appreciate your patience—we’ll get back to you soon!
Yes so the links I provided is for a team of agents, where the Team actually is itself an agent. So it does plan which agents in the team to call. If run in async mode, then these functions are also run in parallel, so it then achieves parallelization