# Claude Agents + Dapr

Make your Claude Agent SDK applications production-ready. These tutorials show you how to add fault tolerance using Dapr.

- [Durable Workflows](https://docs.diagrid.io/getting-started/quickstarts/ai-agents?agentframework=claude-agents#1-log-in-to-catalyst) — Make Claude Agents resistant to failures with automatic recovery and replay.

---

## Why Dapr for Claude Agents?

| Challenge | Dapr Solution |
|-----------|---------------|
| Long-running tool chains lost on restart | **Durable workflows** checkpoint every LLM turn and tool call |
| Chat memory lost on restart | **State store** persists agent memory across restarts |
| Custom infrastructure for each deployment | **Portable components** work anywhere |
| No visibility into tool execution | **Built-in observability** traces every activity |
