Add Flock framework integration to Agent Integrations docs - #5259
Conversation
Signed-off-by: tilman-sattler <tilman.sattler@whiteduck.de>
…entation style Signed-off-by: tilman-sattler <tilman.sattler@whiteduck.de>
|
This PR relates to #5233 by @nmeisenzahl |
Signed-off-by: tilman-sattler <tilman.sattler@whiteduck.de>
Signed-off-by: tilman-sattler <tilman.sattler@whiteduck.de>
Signed-off-by: tilman-sattler <tilman.sattler@whiteduck.de>
Signed-off-by: tilman-sattler <tilman.sattler@whiteduck.de>
sicoyle
left a comment
There was a problem hiding this comment.
lgtm - thank you for your contribution and interest in the Dapr Open Source Project and for this integration. This is amazing!! 🚀 🙌
|
@tilman-sattler can you update your branch with the latest from dapr:v1.18? I can't merge before that happens, thanks! |
|
@marcduiker done, thanks! |
|
@holopin-bot @tilman-sattler docs-badge Thank you! Here's a digital badge as a small token of appreciation. |
|
Congratulations @tilman-sattler, the maintainer of this repository has issued you a badge! Here it is: https://holopin.io/claim/cmsczhp8c0003jj04fxec5ggc This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
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
This PR expands the Agent Integrations documentation to include Flock as a supported framework and clarifies the structure of the page by separating framework coverage from Diagrid-specific integration details.
The update adds a concise, conceptual Flock section focused on Dapr state store integration, including a minimal Python wiring example and links to official Flock documentation and runnable examples. The goal is to provide discoverability and high-level guidance in Dapr docs, while deferring implementation depth to canonical Flock resources.
Context:
Flock
0.5.600introduced an optional Dapr-backed blackboard store, enabling distributed and swappable persistence backends through Dapr State Management without changing agent logic. This is a good fit for Agent Integrations because it helps users discover a practical, production-relevant Dapr integration pattern in the AI framework ecosystem.This addresses the documentation interest raised in issue #5233 by adding Flock to Agent Integrations in a format consistent with the current page intent and contribution guidelines.
What Changed
Additional Links:
Issue reference
#5233