# Building Multi-Agent Systems with Temporal: Routing and Task Delegation

DevFeed: [Building Multi-Agent Systems with Temporal: Routing and Task Delegation](<https://devfeed.tech/articles/using-the-power-of-multi-agent-architectures-with-temporal-36091.md>)

Original publisher: [Read original article](<https://temporal.io/blog/using-multi-agent-architectures-with-temporal>)

Author: Joshua Smith

Published: 2025-08-27T00:00:00Z

Content type: tutorial

Language: en

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

Topics: [Multi Agent Systems](<https://devfeed.tech/topics/multi-agent-systems.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [context](<https://devfeed.tech/topics/context.md>), [context window](<https://devfeed.tech/topics/context-window.md>), [Routing (disambiguation)](<https://devfeed.tech/topics/routing.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [ai](<https://devfeed.tech/tags/ai.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [context-window](<https://devfeed.tech/tags/context-window.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [multi-agent](<https://devfeed.tech/tags/multi-agent.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>)

## AI overview

This article explains how Temporal can support multi-agent systems through durable orchestration. It covers agent routing, which switches users between specialized agents, and task delegation, which assigns responsibilities to specialist agents.

## Source excerpt

Multi-agent architecture helps create powerful patterns. Learn how Temporal can be used to make multi-agentic systems even better.