Align Agent Platform docs and clarify AgentOS runtime#742
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Summary
setup-platformfrom.agents/skills/OpenAIResponses(id="gpt-5.5")Why
The setup prompt wording had drifted from the template READMEs. The docs now use the same minimal handoff as every Starter: clone the repository, enter it, and run the
setup-platformskill in.agents/skills/. The skill owns the detailed setup sequence.The AgentOS introduction also mixed explanation and reconnect how-to content while describing an in-process background task as durable. The revised page leads with a runnable AgentOS configuration, describes the supported surfaces directly, and links to the detailed background execution guide without promising restart-safe or lossless replay.
Validation
python3 scripts/inventory/run_all.pypython3 scripts/check_install_coverage.pypython3 scripts/check_imports.pyfrom a clean worktree: 571 imports, 0 real failurespython3 scripts/reference_drift.pymint broken-linksmint validategit diff --checkExisting generator baseline
The linked Agno checkout is clean
mainatc7c5adcc60d1, package version2.8.1, and is not on an exact tag.scripts/examples_sync/plan.pystops on the existing Valkey post-tag override.scripts/examples_sync/check_integrity.pyreports 122 existing generated/source drift findings.This PR does not modify generated example pages.