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
Conversation history lost on restartState management persists memory
Custom retry logic everywhereBuilt-in retries with exponential backoff