Skip to main content

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:

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.

Getting Started

Catalyst Quickstarts