Skip to main content

Microsoft Agent Framework + Dapr

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


Why Dapr for Microsoft Agent Framework?

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