mirror of https://github.com/dapr/docs.git
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:
parent
d6be7e7099
commit
01eda89403
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue