mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-30 23:02:50 +00:00
13 lines
359 B
Plaintext
13 lines
359 B
Plaintext
---
|
|
title: "Crews: Troubleshooting"
|
|
description: "Common multi-agent coordination failures and practical fixes."
|
|
icon: "circle-exclamation"
|
|
mode: "wide"
|
|
---
|
|
|
|
## Common issues
|
|
|
|
- Agents overlap on responsibilities: tighten role boundaries.
|
|
- Output inconsistency: standardize expected outputs per task.
|
|
- Slow runs: reduce unnecessary handoffs and model size.
|