← All use cases
// use case

Add multi-agent orchestration to a Vercel AI SDK app

Keep the AI SDK for streaming and model calls; add open-multi-agent for the coordination layer above it.

Enterprise support
01 the problem

The problem.

The Vercel AI SDK is excellent at the single-agent loop — streaming, tools, model calls — but multi-agent coordination is something you assemble yourself. Rebuilding on a different framework to get it is a heavy move.

02 the approach

How open-multi-agent does it.

They sit at different layers, so they compose. The AI SDK keeps streaming tokens and talking to models; open-multi-agent’s runTeam() decomposes the goal into a task DAG and coordinates the agents on top — the two share a single Next.js API route. You add orchestration without leaving the AI SDK behind.

03 fit

When this fits.

This fits when you’ve already built on the Vercel AI SDK and want multi-agent orchestration without a rewrite. If you’re starting fresh and want orchestration from the first line, you can build directly on open-multi-agent.

// Enterprise

Taking this to production?

open-multi-agent is MIT-licensed and free to run yourself. When you need it delivered, integrated, or supported on a deadline, 元定义科技 (YuanASI) offers commercial delivery and support.

Enterprise support