mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-07 07:59:29 +00:00
27 lines
803 B
Plaintext
27 lines
803 B
Plaintext
---
|
|
title: "Crews: Concepts"
|
|
description: "When to use crews, process selection, delegation boundaries, and collaboration strategy."
|
|
icon: "users"
|
|
mode: "wide"
|
|
---
|
|
|
|
## When to use
|
|
|
|
- You need multiple agents with specialized roles.
|
|
- You need staged execution and reviewer loops.
|
|
|
|
## Process decision table
|
|
|
|
| Process | Best for |
|
|
|---|---|
|
|
| Sequential | Linear pipelines and deterministic ordering |
|
|
| Hierarchical | Manager-controlled planning and delegation |
|
|
|
|
## Canonical links
|
|
|
|
- Reference: [/en/ai/crews/reference](/en/ai/crews/reference)
|
|
- Patterns: [/en/ai/crews/patterns](/en/ai/crews/patterns)
|
|
- Troubleshooting: [/en/ai/crews/troubleshooting](/en/ai/crews/troubleshooting)
|
|
- Examples: [/en/ai/crews/examples](/en/ai/crews/examples)
|
|
- Existing docs: [/en/concepts/crews](/en/concepts/crews)
|