# Building Multi-Agent Workflows with the Laravel AI SDK

DevFeed: [Building Multi-Agent Workflows with the Laravel AI SDK](<https://devfeed.tech/articles/building-multi-agent-workflows-with-the-laravel-ai-sdk-3597.md>)

Original publisher: [Read original article](<https://laravel.com/blog/building-multi-agent-workflows-with-the-laravel-ai-sdk>)

Author: Pushpak Chhajed

Published: 2026-03-13T17:31:12Z

Content type: tutorial

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [llm](<https://devfeed.tech/tags/llm.md>), [routing](<https://devfeed.tech/tags/routing.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

## AI overview

A tutorial on building multi-agent workflows in Laravel with the Laravel AI SDK. It introduces prompt chaining and routing patterns for coordinating specialized agents.

## Source excerpt

Build Anthropic's five multi-agent patterns with the Laravel AI SDK, from prompt chaining and routing to parallelization, and more.