Dapr Agents Python SDK
Build LLM-powered autonomous agentic applications using Dapr Agents with Catalyst. Dapr Agents is a framework for creating AI agents that can execute tasks, make decisions, and collaborate through workflows, while leveraging Dapr's distributed systems capabilities for reliable execution at scale.
Resources
Prerequisites:
- Python 3.10+ (Download)
- Dapr CLI (Install)
- Dapr Agents SDK
Installation
Install Dapr Agents via pip:
# Install Dapr Agents
pip install dapr-agents
# Install Dapr Python SDK (required dependency)
pip install dapr
Initialize Dapr locally for development:
dapr init
Core Concepts
Learn the fundamental concepts of building agentic applications with Dapr Agents.
Building Agents
Create and configure agents with tools, memory, and workflows.
Dapr Building Blocks
Dapr Agents leverages Dapr's distributed systems capabilities for reliable agent execution.