docs(agent): Refresh run operations guides - #7928
Open
charlesbvll wants to merge 3 commits into
Open
Conversation
danieljanes
force-pushed
the
docs/agent-operations-refresh
branch
from
August 21, 2026 13:25
ed48579 to
d53a9c3
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR refreshes the Flower Agent run-operation how-to guides, clarifying recommended CLI usage (including version pinning) and improving the step-by-step flow for running AgentApps locally (with a local SuperLink) and remotely (on SuperGrid).
Changes:
- Add explicit Flower version targeting guidance and environment/protocol mismatch avoidance notes.
- Clarify local-runtime constraints (e.g., connector availability) and tighten troubleshooting guidance.
- Restructure the SuperGrid guide to emphasize pre-submission validation, federation selection, log/stop workflows, and recovery pointers.
Critical issues
- None found.
Simplicity/readability suggestions
- None required.
Consistency concerns
- None found.
Should this PR be split?
- No.
Verdict
- Documentation-only change set; looks consistent with the CLI behavior and related Agent docs.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| agent/docs/source/how-to-guides/run-with-local-superlink.md | Adds version-targeting guidance and clarifies local runtime limitations and troubleshooting bullets. |
| agent/docs/source/how-to-guides/run-on-supergrid.md | Updates and reorganizes SuperGrid run instructions (uvx pinning, validation steps, federation selection, observe/stop/recover guidance). |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
charlesbvll
marked this pull request as ready for review
August 21, 2026 13:41
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.
Updates the SuperGrid and local SuperLink guides to make AgentApp runs easier to follow. Adds version-pinned commands, federation selection, validation steps, and clearer guidance for logs, stopping runs, and troubleshooting