mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 16:18:30 +00:00
23 lines
700 B
Plaintext
23 lines
700 B
Plaintext
---
|
||
title: CrewAI Cookbooks
|
||
description: Feature-focused quickstarts and notebooks for learning patterns fast.
|
||
icon: book
|
||
---
|
||
|
||
## Quickstarts & Demos
|
||
|
||
<CardGroup cols={2}>
|
||
<Card title="Task Guardrails" icon="shield-check" href="https://github.com/crewAIInc/crewAI-quickstarts/tree/main/Task%20Guardrails">
|
||
Interactive notebooks for hands-on exploration.
|
||
</Card>
|
||
<Card title="Browse Quickstarts" icon="bolt" href="https://github.com/crewAIInc/crewAI-quickstarts">
|
||
Feature demos and small projects showcasing specific CrewAI capabilities.
|
||
</Card>
|
||
</CardGroup>
|
||
|
||
<Tip>
|
||
Use Cookbooks to learn a pattern quickly, then jump to Full Examples for production‑grade implementations.
|
||
</Tip>
|
||
|
||
|