-
Notifications
You must be signed in to change notification settings - Fork 778
docs: add Dapr Agents references to core documentation pages #4870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dapr#4869) Signed-off-by: Bilgin Ibryam <bibryam@gmail.com>
There was a problem hiding this 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]({{% 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| [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. |
There was a problem hiding this comment.
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" %}}) |
There was a problem hiding this comment.
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. | |
There was a problem hiding this comment.
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.
| | [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. | |
There was a problem hiding this comment.
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>
Thank you for helping make the Dapr documentation better!
Please follow this checklist before submitting:
In addition, please fill out the following to help reviewers understand this pull request:
Description
Issue reference
#4869