You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users cannot select Pi during onboarding. NemoClaw cannot persist or operate Pi as a known sandbox agent.
Without lifecycle integration, status, recovery, rebuild, backup, upgrade, and destroy behavior remain undefined.
A Pi-specific Docker or Podman path would duplicate lifecycle behavior and conflict with #7744's driver-neutral contracts.
Desired Behavior
Protected candidate and contract-test paths select the Pi agent and persist its identity in the sandbox registry. Public interactive selection and nemoclaw onboard --agent pi remain disabled until #8818.
Candidate onboarding selects the exact managed-image digest from #7925. It does not build a repository Dockerfile on the user's host.
Inventory and lifecycle commands identify the agent runtime as Pi. Each command delegates compute-runtime behavior through the selected provider bundle.
Delivery structure
This issue may land through multiple implementation PRs under one acceptance boundary:
Summary
Integrate Pi with the public, compute-runtime-neutral NemoClaw sandbox lifecycle.
Parent epic: #7923
Coordination epic: #7744
Landed dependency baseline: #7756, #7772, #8234, #8143, and #7718.
Depends on #7926 and #7925.
Target completion: 2026-08-25.
Problem Statement
Users cannot select Pi during onboarding. NemoClaw cannot persist or operate Pi as a known sandbox agent.
Without lifecycle integration, status, recovery, rebuild, backup, upgrade, and destroy behavior remain undefined.
A Pi-specific Docker or Podman path would duplicate lifecycle behavior and conflict with #7744's driver-neutral contracts.
Desired Behavior
Protected candidate and contract-test paths select the Pi agent and persist its identity in the sandbox registry. Public interactive selection and
nemoclaw onboard --agent piremain disabled until #8818.Candidate onboarding selects the exact managed-image digest from #7925. It does not build a repository Dockerfile on the user's host.
Inventory and lifecycle commands identify the agent runtime as Pi. Each command delegates compute-runtime behavior through the selected provider bundle.
Delivery structure
This issue may land through multiple implementation PRs under one acceptance boundary:
Neither stream activates public Pi selection; #8818 owns activation.
Scope
Constraints and Non-goals
Acceptance Criteria
piwhile public selection remains disabled.Category
Feature
Checklist