docs: document cloud agent runners#343
Draft
hongyi-chen wants to merge 1 commit into
Draft
Conversation
Add a Runners page under Platform > Managing agents documenting the oz runner CLI (list/create/update/delete) and the run-cloud --runner flag, now GA via the CloudRunners and CloudAgentRunners default cargo features. Co-Authored-By: Oz <oz-agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Adds a Cloud agent runners doc page documenting a feature that is now GA but had no docs.
Runners are reusable compute configurations for cloud agents (OS, architecture, Docker image, instance size, and setup commands). The feature is GA via the
CloudRunnersandCloudAgentRunnersdefault cargo features in the publicwarpdotdev/warprepo.What this documents
oz runnerCLI commands:list,create,update,delete, with all flags.oz agent run-cloud --runner <ID>flag for selecting a runner per run.Files
src/content/docs/platform/runners.mdx(new) — added to the sidebar under Platform > Managing agents, next to Environments.src/sidebar.ts— sidebar entry.Source
warp:crates/warp_cli/src/runner.rs(CLI),warp:crates/warp_cli/src/agent.rs(--runner),warp:crates/warp_features/src/lib.rs+warp:app/Cargo.toml(GA flags).Validation
npm run buildpasses (348 pages). Themissing_docsaudit no longer reports the runner CLI/feature findings.Companion surface-map + snapshot changes ship in the separate audit-bookkeeping PR.
Conversation: https://staging.warp.dev/conversation/1a0de95c-efc7-4af6-941b-bb8c5b9c83c7
Run: https://oz.staging.warp.dev/runs/019f8078-72eb-7187-aba7-cfc11da0d5a4
This PR was generated with Oz.