Adding Multi-Agent Orchestration to a Vercel AI SDK App
I hit a wall recently. I had a working AI SDK app -- streamText, useChat, the whole thing -- and then I needed it to do something that a single agent can't: research a topic with one agent, then hand that research to a second agent for writing. You can do this manually. Glue two generateText calls...