mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-14 23:12:37 +00:00
13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
---
|
|
title: "Tools: Patterns"
|
|
description: "Tool execution patterns for retrieval, action safety, and response grounding."
|
|
icon: "diagram-project"
|
|
mode: "wide"
|
|
---
|
|
|
|
## Patterns
|
|
|
|
1. Read-first then write pattern
|
|
2. Validation gate before side effects
|
|
3. Fallback tool chains for degraded mode
|