From fc18fbbe93fca34a920deaab48890f341cb840dc Mon Sep 17 00:00:00 2001 From: Samantha Coyle Date: Wed, 15 Apr 2026 12:23:00 -0500 Subject: [PATCH 1/3] docs(agents): announce v1.0 release for dapr agents in docs Signed-off-by: Samantha Coyle --- daprdocs/content/en/developing-ai/dapr-agents/_index.md | 6 +++++- .../developing-ai/dapr-agents/dapr-agents-introduction.md | 3 +++ .../content/en/developing-ai/dapr-agents/dapr-agents-why.md | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/developing-ai/dapr-agents/_index.md b/daprdocs/content/en/developing-ai/dapr-agents/_index.md index 28c123a407c..a19ec33d84e 100644 --- a/daprdocs/content/en/developing-ai/dapr-agents/_index.md +++ b/daprdocs/content/en/developing-ai/dapr-agents/_index.md @@ -3,13 +3,17 @@ type: docs title: "Dapr Agents" linkTitle: "Dapr Agents" weight: 25 -description: "A framework for building durable and resilient AI agent systems at scale" +description: "A production-ready framework for building durable and resilient AI agent systems at scale" aliases: - /developing-applications/dapr-agents --- ![Concepts Agents](/images/dapr-agents/agents-blue.png) +{{% alert title="Dapr Agents v1.0.0 — Generally Available" color="primary" %}} +Dapr Agents has reached **v1.0.0** and is now **production ready**. The framework provides stable APIs, enterprise-grade reliability, and full support for building and operating LLM-powered agentic systems at scale. +{{% /alert %}} + ### What is Dapr Agents? Dapr Agents is a Python framework for building LLM-powered autonomous agentic applications using Dapr's distributed systems capabilities. It provides tools for creating AI agents that can execute durable tasks, make decisions, and collaborate through workflows, while leveraging Dapr's state management, messaging, and observability features for reliable execution at scale. diff --git a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md index 1470acaea90..01a58f4c731 100644 --- a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md +++ b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md @@ -10,6 +10,9 @@ aliases: ![Agent Overview](/images/dapr-agents/concepts-agents-overview.png) +{{% alert title="Dapr Agents v1.0.0 — Generally Available" color="primary" %}} +Dapr Agents **v1.0.0** is production ready with stable APIs and enterprise-grade support for agentic workloads. +{{% /alert %}} Dapr Agents is a developer framework for building durable and resilient AI agent systems powered by Large Language Models (LLMs). Built on the battle-tested Dapr project, it enables developers to create autonomous systems that have identity, reason through problems, make dynamic decisions, and collaborate seamlessly. It includes built-in observability and stateful workflow execution to ensure agentic workflows complete successfully, regardless of complexity. Whether you're developing single-agent applications or complex multi-agent workflows, Dapr Agents provides the infrastructure for intelligent, adaptive systems that scale across environments. diff --git a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-why.md b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-why.md index afb32bdbf2d..56deadb1c72 100644 --- a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-why.md +++ b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-why.md @@ -8,7 +8,7 @@ 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. +Dapr Agents is a production-ready, open-source framework (v1.0.0 GA) 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. ### Challenges with Existing Frameworks From 724c8132b00b9c90bf089f1f03e63ee1c0f53e8a Mon Sep 17 00:00:00 2001 From: Samantha Coyle Date: Wed, 15 Apr 2026 12:33:12 -0500 Subject: [PATCH 2/3] style: updates for copilot feedback Signed-off-by: Samantha Coyle --- daprdocs/content/en/developing-ai/dapr-agents/_index.md | 6 +++--- .../developing-ai/dapr-agents/dapr-agents-introduction.md | 6 +++--- .../content/en/developing-ai/dapr-agents/dapr-agents-why.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/daprdocs/content/en/developing-ai/dapr-agents/_index.md b/daprdocs/content/en/developing-ai/dapr-agents/_index.md index a19ec33d84e..f5d02171d37 100644 --- a/daprdocs/content/en/developing-ai/dapr-agents/_index.md +++ b/daprdocs/content/en/developing-ai/dapr-agents/_index.md @@ -10,11 +10,11 @@ aliases: ![Concepts Agents](/images/dapr-agents/agents-blue.png) -{{% alert title="Dapr Agents v1.0.0 — Generally Available" color="primary" %}} -Dapr Agents has reached **v1.0.0** and is now **production ready**. The framework provides stable APIs, enterprise-grade reliability, and full support for building and operating LLM-powered agentic systems at scale. +{{% alert title="Dapr Agents v1.0 — Generally Available" color="primary" %}} +Dapr Agents has reached **v1.0** and is now **production ready**. The framework provides stable APIs, enterprise-grade reliability, and full support for building and operating LLM-powered agentic systems at scale. {{% /alert %}} ### What is Dapr Agents? Dapr Agents is a Python framework for building LLM-powered autonomous agentic applications using Dapr's distributed systems capabilities. It provides tools for creating AI agents that can execute durable tasks, make decisions, and collaborate through workflows, while leveraging Dapr's state management, messaging, and observability features for reliable execution at scale. - \ No newline at end of file + diff --git a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md index 01a58f4c731..283b5f51c6a 100644 --- a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md +++ b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-introduction.md @@ -10,8 +10,8 @@ aliases: ![Agent Overview](/images/dapr-agents/concepts-agents-overview.png) -{{% alert title="Dapr Agents v1.0.0 — Generally Available" color="primary" %}} -Dapr Agents **v1.0.0** is production ready with stable APIs and enterprise-grade support for agentic workloads. +{{% alert title="Dapr Agents v1.0 — Generally Available" color="primary" %}} +Dapr Agents **v1.0** is production ready with stable APIs and enterprise-grade support for agentic workloads. {{% /alert %}} Dapr Agents is a developer framework for building durable and resilient AI agent systems powered by Large Language Models (LLMs). Built on the battle-tested Dapr project, it enables developers to create autonomous systems that have identity, reason through problems, make dynamic decisions, and collaborate seamlessly. It includes built-in observability and stateful workflow execution to ensure agentic workflows complete successfully, regardless of complexity. Whether you're developing single-agent applications or complex multi-agent workflows, Dapr Agents provides the infrastructure for intelligent, adaptive systems that scale across environments. @@ -93,4 +93,4 @@ These capabilities enable teams to monitor agent performance, secure multi-agent Whether you're interested in enhancing the framework, adding new integrations, or improving documentation, we welcome contributions from the community. -For development setup and guidelines, see our [Contributor Guide]({{% ref "contributing/dapr-agents.md" %}}). \ No newline at end of file +For development setup and guidelines, see our [Contributor Guide]({{% ref "contributing/dapr-agents.md" %}}). diff --git a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-why.md b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-why.md index 56deadb1c72..211d4752993 100644 --- a/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-why.md +++ b/daprdocs/content/en/developing-ai/dapr-agents/dapr-agents-why.md @@ -8,7 +8,7 @@ aliases: - /developing-applications/dapr-agents/dapr-agents-why --- -Dapr Agents is a production-ready, open-source framework (v1.0.0 GA) 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. +Dapr Agents is a production-ready, open-source framework (v1.0) 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. ### Challenges with Existing Frameworks @@ -134,4 +134,4 @@ By building on Dapr, platform and infrastructure teams can apply Dapr's [resilie ### Vendor-Neutral and Open Source -As part of the **CNCF**, Dapr Agents is vendor-neutral, eliminating concerns about lock-in, intellectual property risks, or proprietary restrictions. Organizations gain full flexibility and control over their AI applications using open-source software they can audit and contribute to. \ No newline at end of file +As part of the **CNCF**, Dapr Agents is vendor-neutral, eliminating concerns about lock-in, intellectual property risks, or proprietary restrictions. Organizations gain full flexibility and control over their AI applications using open-source software they can audit and contribute to. From 704cbb40e97e97d96b2b513a4111000d6aef1213 Mon Sep 17 00:00:00 2001 From: Samantha Coyle Date: Mon, 20 Apr 2026 10:18:30 -0500 Subject: [PATCH 3/3] style: address feedback from mark Signed-off-by: Samantha Coyle --- daprdocs/content/en/developing-ai/dapr-agents/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/developing-ai/dapr-agents/_index.md b/daprdocs/content/en/developing-ai/dapr-agents/_index.md index f5d02171d37..81be6c4828d 100644 --- a/daprdocs/content/en/developing-ai/dapr-agents/_index.md +++ b/daprdocs/content/en/developing-ai/dapr-agents/_index.md @@ -11,7 +11,7 @@ aliases: ![Concepts Agents](/images/dapr-agents/agents-blue.png) {{% alert title="Dapr Agents v1.0 — Generally Available" color="primary" %}} -Dapr Agents has reached **v1.0** and is now **production ready**. The framework provides stable APIs, enterprise-grade reliability, and full support for building and operating LLM-powered agentic systems at scale. +Dapr Agents is **v1.0** and production ready. The framework provides stable APIs, enterprise-grade reliability, and support for building and operating LLM-powered agentic systems at scale. {{% /alert %}} ### What is Dapr Agents?