Migrate 30 agentic workflows to the cloud-hypervisor sandbox runtime - #53543
Merged
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
pelikhan
August 18, 2026 00:53
View session
pelikhan
marked this pull request as ready for review
August 18, 2026 01:18
Contributor
There was a problem hiding this comment.
Pull request overview
Migrates 30 agentic workflows to the preview Cloud Hypervisor microVM runtime and regenerates their compiled definitions.
Changes:
- Selects
sandbox.agent.runtime: cloud-hypervisor. - Adds KVM preflight, verified bundle setup, and microVM execution.
- Removes obsolete gVisor/docker-sbx setup where applicable.
Show a summary per file
| File | Description |
|---|---|
agentic-token-trend-audit.md |
Selects Cloud Hypervisor. |
agentic-token-trend-audit.lock.yml |
Regenerates runtime setup. |
api-consumption-report.md |
Selects Cloud Hypervisor. |
api-consumption-report.lock.yml |
Regenerates runtime setup. |
architecture-guardian.md |
Selects Cloud Hypervisor. |
architecture-guardian.lock.yml |
Regenerates runtime setup. |
archivx-agentic-workflows-analyzer.md |
Selects Cloud Hypervisor. |
archivx-agentic-workflows-analyzer.lock.yml |
Regenerates runtime setup. |
audit-workflows.md |
Selects Cloud Hypervisor. |
audit-workflows.lock.yml |
Regenerates runtime setup. |
blog-auditor.md |
Selects Cloud Hypervisor. |
blog-auditor.lock.yml |
Regenerates runtime setup. |
bot-detection.md |
Selects Cloud Hypervisor. |
bot-detection.lock.yml |
Regenerates runtime setup. |
cli-consistency-checker.md |
Selects Cloud Hypervisor. |
cli-consistency-checker.lock.yml |
Regenerates runtime setup. |
cli-version-checker.md |
Selects Cloud Hypervisor. |
cli-version-checker.lock.yml |
Regenerates runtime setup. |
cloclo.md |
Selects Cloud Hypervisor. |
cloclo.lock.yml |
Regenerates runtime setup. |
daily-agentrx-trace-optimizer.md |
Selects Cloud Hypervisor. |
daily-agentrx-trace-optimizer.lock.yml |
Regenerates runtime setup. |
daily-architecture-diagram.md |
Replaces docker-sbx. |
daily-architecture-diagram.lock.yml |
Regenerates microVM execution. |
daily-astrostylelite-markdown-spellcheck.md |
Replaces docker-sbx. |
daily-astrostylelite-markdown-spellcheck.lock.yml |
Regenerates microVM execution. |
daily-cli-tools-tester.md |
Selects Cloud Hypervisor. |
daily-cli-tools-tester.lock.yml |
Regenerates runtime setup. |
daily-credit-limit-test.md |
Replaces docker-sbx. |
daily-credit-limit-test.lock.yml |
Regenerates microVM execution. |
daily-experiment-report.md |
Replaces docker-sbx. |
daily-experiment-report.lock.yml |
Regenerates microVM execution. |
daily-malicious-code-scan.md |
Selects Cloud Hypervisor. |
daily-malicious-code-scan.lock.yml |
Regenerates runtime setup. |
daily-semgrep-scan.md |
Selects Cloud Hypervisor. |
daily-semgrep-scan.lock.yml |
Regenerates runtime setup. |
daily-squid-image-scan.md |
Selects Cloud Hypervisor. |
daily-squid-image-scan.lock.yml |
Regenerates runtime setup. |
duplicate-code-detector.md |
Selects Cloud Hypervisor. |
duplicate-code-detector.lock.yml |
Regenerates runtime setup. |
grumpy-reviewer.md |
Selects Cloud Hypervisor. |
grumpy-reviewer.lock.yml |
Regenerates runtime setup. |
issue-triage-agent.md |
Selects Cloud Hypervisor. |
issue-triage-agent.lock.yml |
Regenerates runtime setup. |
mcp-inspector.md |
Selects Cloud Hypervisor. |
mcp-inspector.lock.yml |
Regenerates runtime setup. |
notion-issue-summary.md |
Selects Cloud Hypervisor. |
notion-issue-summary.lock.yml |
Regenerates runtime setup. |
pr-nitpick-reviewer.md |
Selects Cloud Hypervisor. |
pr-nitpick-reviewer.lock.yml |
Regenerates runtime setup. |
python-data-charts.md |
Selects Cloud Hypervisor. |
python-data-charts.lock.yml |
Regenerates runtime setup. |
repo-tree-map.md |
Selects Cloud Hypervisor. |
repo-tree-map.lock.yml |
Regenerates runtime setup. |
schema-feature-coverage.md |
Selects Cloud Hypervisor. |
schema-feature-coverage.lock.yml |
Regenerates runtime setup. |
super-linter.md |
Selects Cloud Hypervisor. |
super-linter.lock.yml |
Regenerates runtime setup. |
video-analyzer.md |
Selects Cloud Hypervisor. |
video-analyzer.lock.yml |
Regenerates runtime setup. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 60/60 changed files
- Comments generated: 0
- Review effort level: Balanced
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
Broadens exercise of the preview
cloud-hypervisormicroVM runtime by switching 30 workflows to it, chosen for spread across engines, triggers, and prior runtime profiles rather than convenience.Changes
sandbox.agent.runtime: cloud-hypervisoron 30 workflows under.github/workflows/, regenerating their.lock.ymlfiles.engine:/sandbox.agent.id: awfblocksworkflow_dispatch, issues, pull requests, slash and label commandsgvisor,docker-sbxtools.github.mode: gh-proxy, which requires the CLI proxy sidecar cloud-hypervisor does not attach) were excluded and left on their existing runtime.Shape of the edit
Notes for review
Each of these workflows now runs on the privileged KVM preview path (GitHub-hosted Ubuntu x86_64, 2 vCPU / 4096 MiB), which the compiler flags as warranting explicit security sign-off. Reviewers may want to confirm the selected set is acceptable to move onto a preview runtime, and that no workflow here has latency or resource expectations incompatible with microVM startup.
Workflows updated: agentic-token-trend-audit, api-consumption-report, architecture-guardian, archivx-agentic-workflows-analyzer, audit-workflows, blog-auditor, bot-detection, cli-consistency-checker, cli-version-checker, cloclo, daily-agentrx-trace-optimizer, daily-architecture-diagram, daily-astrostylelite-markdown-spellcheck, daily-cli-tools-tester, daily-credit-limit-test, daily-experiment-report, daily-malicious-code-scan, daily-semgrep-scan, daily-squid-image-scan, duplicate-code-detector, grumpy-reviewer, issue-triage-agent, mcp-inspector, notion-issue-summary, pr-nitpick-reviewer, python-data-charts, repo-tree-map, schema-feature-coverage, super-linter, video-analyzer