docs(agent): Add Flower Hub page - #7929
Draft
charlesbvll wants to merge 1 commit into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a Flower Hub how-to guide and links it into the Agent docs so users can discover, run, and publish AgentApps via Hub/SuperGrid.
Changes:
- Added a new “use-flower-hub” how-to with explore/publish steps and examples.
- Linked the new how-to from the tutorial flow and the SuperGrid run guide.
- Updated the docs index and removed outdated “Hub publishing not available” wording.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| agent/docs/source/tutorials/write-your-first-agentapp.md | Adds a next-step link to the new Flower Hub publishing guide |
| agent/docs/source/index.md | Includes the new how-to in the docs nav; updates “not available yet” statements |
| agent/docs/source/how-to-guides/use-flower-hub.md | New guide describing how to explore and publish AgentApps on Flower Hub |
| agent/docs/source/how-to-guides/run-on-supergrid.md | Adds a cross-link to the new Hub guide before running a published agent |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+189
to
+190
| or [publish the AgentApp to Flower | ||
| Hub](../how-to-guides/use-flower-hub.md) so others can run it. |
Comment on lines
+16
to
+18
| $ uvx --from flwr==1.34.0 flwr run @publisher/agent-name supergrid \ | ||
| --run-config 'agent.input="What can you help me with?"' \ | ||
| --stream |
Comment on lines
+103
to
+105
| For the complete file-type, size, license, and FAB-format rules, see [Publish an | ||
| App on Flower | ||
| Hub](https://flower.ai/docs/hub/how-to-publish-app-on-hub.html). |
danieljanes
force-pushed
the
docs/agent-hub
branch
from
August 21, 2026 13:25
df9665b to
ea931e4
Compare
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.
Issue
Description
Related issues/PRs
Proposal
Explanation
Checklist
#contributions)Any other comments?