Skip to content

Conversation

@bibryam
Copy link
Contributor

@bibryam bibryam commented Sep 10, 2025

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

  • Add Dapr Agents entry to concepts/terminology.md with definition
  • Update concepts/overview.md to include Dapr Agents information
  • Add Dapr Agents reference to developing-applications/sdks/_index.md
  • Include Dapr Agents in getting-started/quickstarts/_index.md

Issue reference

#4869

@bibryam bibryam requested review from a team as code owners September 10, 2025 14:55
Copy link
Member

@msfussell msfussell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bibryam - Reviewed. PTAL


![Dapr Agents Overview](/images/dapr-agents/concepts-agents-overview.png)

[Dapr Agents]({{% ref "../developing-applications/dapr-agents" %}}) is a Python framework for building LLM-powered autonomous agents that leverages Dapr's distributed systems capabilities for durable execution, with built-in security, observability, and state management.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
[Dapr Agents]({{% ref "../developing-applications/dapr-agents" %}}) is a Python framework for building LLM-powered autonomous agents that leverages Dapr's distributed systems capabilities for durable execution, with built-in security, observability, and state management.
[Dapr Agents]({{% ref "../developing-applications/dapr-agents" %}}) is a Python framework for building LLM-powered autonomous agents that leverages Dapr's distributed systems capabilities using for workflow durable execution, built-in security, observability, tooling usage and memory using Dapr state management.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest making this a little more Agent term centric by saying tooling and memory etc


| Service | A running application or binary. This can refer to your application or to a Dapr application.
| Sidecar | A program that runs alongside your application as a separate process or container. | [Sidecar pattern](https://docs.microsoft.com/azure/architecture/patterns/sidecar)
| Dapr Agents | A developer framework built on top of Dapr Python SDK for creating durable agentic applications powered by LLMs. | [Dapr Agents]({{% ref "../developing-applications/dapr-agents" %}})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is alphabetical. Can you move this up. Also can you add "Dapr Workflows" and "Dapr Actors" into this list if you are adding Dapr Agents.

| [Jobs]({{% ref jobs-quickstart %}}) | Schedule, retrieve, and delete jobs using Dapr's jobs APIs. |
| [Conversation]({{% ref conversation-quickstart %}}) | Securely and reliably interact with Large Language Models (LLMs). |
| [Conversation]({{% ref conversation-quickstart %}}) | Securely and reliably interact with Large Language Models (LLMs). |
| [Dapr Agents]({{% ref dapr-agents-quickstarts.md %}}) | Build LLM-powered autonomous agentic applications. |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest just having Agents here. Also let's move this higher up, just after Workflow in the table.

Suggested change
| [Dapr Agents]({{% ref dapr-agents-quickstarts.md %}}) | Build LLM-powered autonomous agentic applications. |
| [Agents]({{% ref dapr-agents-quickstarts.md %}}) | Build LLM-powered autonomous agentic applications. |

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made all the requested changes

Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
@msfussell msfussell merged commit 79c6613 into dapr:v1.16 Sep 11, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants