mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-07 02:02:35 +00:00
18 lines
397 B
Plaintext
18 lines
397 B
Plaintext
---
|
|
title: "Agents: Patterns"
|
|
description: "Practical agent patterns for role design, tool boundaries, and reliable outputs."
|
|
icon: "diagram-project"
|
|
mode: "wide"
|
|
---
|
|
|
|
## Patterns
|
|
|
|
1. Role + reviewer pair
|
|
- One agent drafts, one agent validates.
|
|
|
|
2. Tool-bounded agent
|
|
- Restrict tool list to minimal action set.
|
|
|
|
3. Structured output agent
|
|
- Force JSON or schema output for automation pipelines.
|