Adding Multi-agents Support #13191
Replies: 1 comment
-
|
This discussion was automatically closed because the community moved to community.vercel.com/ai-sdk |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Acknowledgement
Feedback
Hi! I'm currently building an agent builder for business startups, and I've run into a limitation that blocks part of my long-term vision: multi-agent support.
From what I can see, multi-agent systems aren't currently supported in the AI SDK. I wanted to raise this because multi-agent workflows are becoming increasingly important for building more complex AI systems.
For example, Google's Agent SDK already supports multi-agent architectures:
https://google.github.io/adk-docs/agents/multi-agents/
It would be great to see something similar supported in the AI SDK. Right now, the lack of multi-agent support makes it difficult to implement the architecture I'm aiming for. While I know Vercel offers workflow orchestration, it doesn’t quite cover the same use case or flexibility that true multi-agent systems provide.
I'd love to keep building on top of the AI SDK, but without this capability it may eventually require migrating the project to a different framework—which would be unfortunate given everything already built on top of it.
Is multi-agent support something that might be considered in the roadmap?
Beta Was this translation helpful? Give feedback.
All reactions