Add Flock framework integration to Agent Integrations docs#5259
Open
tilman-sattler wants to merge 8 commits into
Open
Add Flock framework integration to Agent Integrations docs#5259tilman-sattler wants to merge 8 commits into
tilman-sattler wants to merge 8 commits into
Conversation
Signed-off-by: tilman-sattler <tilman.sattler@whiteduck.de>
…entation style Signed-off-by: tilman-sattler <tilman.sattler@whiteduck.de>
Author
|
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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