Skip to main content

CrewAI + Dapr

Make your CrewAI agents production-ready. These tutorials show you how to add fault tolerance using Dapr.


Why Dapr for CrewAI?

ChallengeDapr Solution
Agent crashes lose all progressDurable workflows checkpoint every step
Agents tightly coupled, hard to scalePub/sub decouples communication
Chat memory lost on restartState store persists agent memory across restarts
Custom retry logic everywhereBuilt-in retries with exponential backoff