Each multi-agent architecture type is designed for specific use cases and can be combined to create powerful multi-agent systems. Below is an overview of all multi-agent pages with full links:Documentation Index
Fetch the complete documentation index at: https://docs.swarms.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Item | Description | Link |
|---|---|---|
| Multi-Agent | Landing page for multi-agent concepts and structures. | Learn More |
| Swarm types | Overview of all swarm types (this page). | Learn More |
| Best practices | Design patterns and best practices for multi-agent systems. | Learn More |
| Sequential workflow | Executes tasks in a strict, predefined order. | Learn More |
| Concurrent workflow | Runs independent tasks in parallel for higher throughput. | Learn More |
| Multi agent router | Intelligent dispatcher that routes tasks based on capabilities/load. | Learn More |
| Mixture of agents | Combine diverse specialist agents for complex tasks. | Learn More |
| Majority voting | Consensus-based decision-making across multiple agents. | Learn More |
| Hierarchical swarm | Multi-level structures with delegation and escalation. | Learn More |
| Agent rearrange | Dynamically reorganize agents to optimize task performance. | Learn More |
| Batched Grid Workflow | Execute multiple tasks across multiple agents in a grid pattern. | Learn More |
| Advanced Research | Advanced multi-agent research workflows and strategies. | Learn More |