Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions daprdocs/content/en/developing-ai/dapr-agents/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Dapr Agents"
linkTitle: "Dapr Agents"
weight: 25
description: "A framework for building durable and resilient AI agent systems at scale"
aliases:
- /developing-applications/dapr-agents
---

### What is Dapr Agents?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Core Concepts"
linkTitle: "Core Concepts"
weight: 40
description: "Learn about the core concepts of Dapr Agents"
aliases:
- /developing-applications/dapr-agents/dapr-agents-core-concepts
---

Dapr Agents provides a structured way to build and orchestrate applications that use LLMs without getting bogged down in infrastructure details. The primary goal is to enable AI development by abstracting away the complexities of working with LLMs, tools, memory management, and distributed systems, allowing developers to focus on the business logic of their AI applications. Agents in this framework are the fundamental building blocks.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Getting Started"
linkTitle: "Getting Started"
weight: 20
description: "How to install Dapr Agents and run your first agent"
aliases:
- /developing-applications/dapr-agents/dapr-agents-getting-started
---

{{% alert title="Dapr Agents Concepts" color="primary" %}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Integrations"
linkTitle: "Integrations"
weight: 60
description: "Various integrations and tools available in Dapr Agents"
aliases:
- /developing-applications/dapr-agents/dapr-agents-integrations
---

# Out-of-the-box Tools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Introduction"
linkTitle: "Introduction"
weight: 10
description: "Overview of Dapr Agents and its key features"
aliases:
- /developing-applications/dapr-agents/dapr-agents-introduction
---

![Agent Overview](/images/dapr-agents/concepts-agents-overview.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Agentic Patterns"
linkTitle: "Agentic Patterns"
weight: 50
description: "Common design patterns and use cases for building agentic systems"
aliases:
- /developing-applications/dapr-agents/dapr-agents-patterns
---

Dapr Agents simplify the implementation of agentic systems, from simple augmented LLMs to fully autonomous agents in enterprise environments. The following sections describe several application patterns that can benefit from Dapr Agents.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Quickstarts"
linkTitle: "Quickstarts"
weight: 70
description: "Get started with Dapr Agents through practical step-by-step examples"
aliases:
- /developing-applications/dapr-agents/dapr-agents-quickstarts
---

[Dapr Agents Quickstarts](https://github.com/dapr/dapr-agents/tree/main/quickstarts) demonstrate how to use Dapr Agents to build applications with LLM-powered autonomous agents and event-driven workflows. Each quickstart builds upon the previous one, introducing new concepts incrementally.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ title: "Why Dapr Agents"
linkTitle: "Why Dapr Agents"
weight: 30
description: "Understanding the benefits and use cases for Dapr Agents"
aliases:
- /developing-applications/dapr-agents/dapr-agents-why
---

Dapr Agents is an open-source framework for building and orchestrating LLM-based autonomous agents that leverages Dapr's proven distributed systems foundation. Unlike other agentic frameworks that require developers to build infrastructure from scratch, Dapr Agents enables teams to focus on agent intelligence by providing enterprise-grade scalability, state management, and messaging capabilities out of the box. This approach eliminates the complexity of recreating distributed system fundamentals while delivering agentic workflows powered by Dapr.
Expand Down
Loading