Update daprdocs/content/en/developing-applications/dapr-agents/dapr-agents-why.md

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
Marc Duiker 2025-07-28 13:07:19 +02:00 committed by GitHub
parent d6be7e7099
commit 01eda89403
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Workflows in Dapr Agents provide the foundation for building production-ready ag
### Modular Component Model
Dapr Agents utilizes [Dapr's pluggable component framework]({{% "components-concept.md" %}}) and building blocks to simplify development and enhance flexibility:
Dapr Agents utilizes [Dapr's pluggable component framework]({{% ref components-concept.md %}}) and building blocks to simplify development and enhance flexibility:
* **Building Blocks for Core Functionality**: Dapr provides API building blocks, such as Pub/Sub messaging, state management, service invocation, and more, to address common microservice challenges and promote best practices.
* **Interchangeable Components**: Each building block operates on swappable components (e.g., Redis, Kafka, Azure CosmosDB), allowing you to replace implementations without changing application code.