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
Make Pi a supported NemoClaw agent runtime alongside OpenClaw, Hermes, and LangChain Deep Agents Code.
A user must be able to select Pi during canonical onboarding. NemoClaw must manage Pi through the supported sandbox lifecycle without coupling Pi to one compute runtime.
Delivery target
Target the first supported release during the two-week window from 2026-07-30 through 2026-08-13.
Context
NemoClaw already uses Pi in contributor and CI workflows:
The root project pins @earendil-works/pi-coding-agent and exposes it through npm run agent.
Trusted advisor and conflict-resolution workflows use the Pi SDK.
Those workflows use a digest-pinned OpenShell community Pi sandbox image.
These uses show technical compatibility. They do not establish Pi as a supported NemoClaw agent runtime.
Podman epic #7744 is establishing buildless managed onboarding and compute-runtime contracts. Pi must use those shared contracts rather than add a Docker-only or Podman-specific lifecycle.
Problem Statement
Users cannot select Pi through the supported NemoClaw onboarding path. Pi has no NemoClaw agent manifest or defined product lifecycle.
Manual Pi sandbox configurations do not define:
artifact ownership and update cadence;
supported inference providers, models, and API families;
credential custody and network policy;
tool, skill, extension, and prompt trust boundaries;
persistent state, backup, rebuild, and upgrade behavior;
status, logs, diagnostics, and failure recovery;
platform and compute-runtime compatibility;
managed-image publication and release qualification.
Without these contracts, each Pi deployment is a custom solution that NemoClaw cannot qualify or support.
Desired Behavior
A user can select Pi through interactive onboarding or a supported non-interactive command such as:
nemoclaw onboard --agent pi
Stock onboarding selects an exact Pi managed-image digest. It does not build a repository Dockerfile on the user's host.
NemoClaw creates an OpenShell sandbox with a pinned Pi runtime. Pi uses managed inference without receiving the upstream provider credential.
The public NemoClaw lifecycle must identify the sandbox as a Pi sandbox. Supported commands must cover onboarding, connection, status, logs, rebuild, backup, upgrade, and destroy behavior where applicable.
Pi must support one documented interactive terminal flow and one documented non-interactive flow.
Compute-runtime boundary
Pi is an agent runtime. Docker, Podman, and future providers such as MXC are compute runtimes.
Pi-specific code owns the agent manifest, startup profile, configuration, state, tools, policies, and entry points.
Compute-runtime providers own image launch, lifecycle mutation, recovery, snapshot, and cleanup mechanics.
Pi code must not branch on Docker or Podman.
Docker or Podman code must not branch on Pi.
Shared managed-image, bootstrap, lifecycle, and inference contracts compose the two dimensions.
A reviewed Dockerfile may remain a CI image-build source. It is not the stock onboarding mechanism.
Pi does not need to wait for Podman activation unless the accepted v1 scope includes Podman at launch. If Pi ships first, #7744 must include Pi in its all-shipped-agent activation gate.
Product Decision Required
Maintainers must accept this epic before Pi becomes a supported product surface. The accepted decision must name:
the product and engineering owners;
the canonical agent ID;
the supported Pi package, managed image, build source, and distribution source;
Do not refactor every agent integration as part of this epic.
Messaging channels and a dashboard are outside v1 unless the accepted product decision adds them.
Replacing the repository-pinned contributor command or existing Pi CI automation is outside v1.
Implementation Idea
Use the existing manifest-first agent architecture:
agents/pi/
manifest.yaml
start.sh
generate-config.ts
policy-additions.yaml
Dockerfile # reviewed CI image-build source, if required
Dockerfile.base # reviewed CI base-image source, if required
Add Pi to agent discovery, the managed-image contract and repository map, the atomic publication cohort, and onboarding through the existing registries.
Pi must provide data for the shared startup-profile and image-runtime contracts. It must not add compute-runtime orchestration.
Reuse the existing Pi package or OpenShell community image only after maintainers accept its ownership, integrity, lifecycle, startup-profile, and compatibility contracts.
Coordinate the implementation with #7744, #7756, and #7772. Do not make the Pi release depend on unfinished Podman activation unless the accepted product decision requires Podman at launch.
Acceptance Criteria
Maintainers accept the product decision and record every required owner and lifecycle contract.
Carlos Villela reviews the selected Pi runtime, managed-image, startup-profile, and agent-specific lifecycle boundaries.
Interactive onboarding and nemoclaw onboard --agent pi select and persist the Pi agent.
Stock onboarding selects an exact managed-image digest without a host Dockerfile build.
Pi is registered in the managed-image catalog and atomic publication cohort.
A fresh supported installation starts the pinned Pi runtime through a documented public command.
Interactive and non-interactive Pi sessions complete a tool-using task through managed inference.
The Pi sandbox does not contain the upstream provider credential.
Inventory, status, logs, diagnostics, rebuild, backup, upgrade, and destroy behavior identify and preserve the declared Pi contracts.
Pi integration contains no Docker- or Podman-specific lifecycle branch.
Policy tests permit only the required inference and tool endpoints.
Summary
Make Pi a supported NemoClaw agent runtime alongside OpenClaw, Hermes, and LangChain Deep Agents Code.
A user must be able to select Pi during canonical onboarding. NemoClaw must manage Pi through the supported sandbox lifecycle without coupling Pi to one compute runtime.
Delivery target
Target the first supported release during the two-week window from 2026-07-30 through 2026-08-13.
Context
NemoClaw already uses Pi in contributor and CI workflows:
@earendil-works/pi-coding-agentand exposes it throughnpm run agent.These uses show technical compatibility. They do not establish Pi as a supported NemoClaw agent runtime.
Podman epic #7744 is establishing buildless managed onboarding and compute-runtime contracts. Pi must use those shared contracts rather than add a Docker-only or Podman-specific lifecycle.
Problem Statement
Users cannot select Pi through the supported NemoClaw onboarding path. Pi has no NemoClaw agent manifest or defined product lifecycle.
Manual Pi sandbox configurations do not define:
Without these contracts, each Pi deployment is a custom solution that NemoClaw cannot qualify or support.
Desired Behavior
A user can select Pi through interactive onboarding or a supported non-interactive command such as:
Stock onboarding selects an exact Pi managed-image digest. It does not build a repository Dockerfile on the user's host.
NemoClaw creates an OpenShell sandbox with a pinned Pi runtime. Pi uses managed inference without receiving the upstream provider credential.
The public NemoClaw lifecycle must identify the sandbox as a Pi sandbox. Supported commands must cover onboarding, connection, status, logs, rebuild, backup, upgrade, and destroy behavior where applicable.
Pi must support one documented interactive terminal flow and one documented non-interactive flow.
Compute-runtime boundary
Pi is an agent runtime. Docker, Podman, and future providers such as MXC are compute runtimes.
A reviewed Dockerfile may remain a CI image-build source. It is not the stock onboarding mechanism.
Pi does not need to wait for Podman activation unless the accepted v1 scope includes Podman at launch. If Pi ships first, #7744 must include Pi in its all-shipped-agent activation gate.
Product Decision Required
Maintainers must accept this epic before Pi becomes a supported product surface. The accepted decision must name:
Minimal v1 Scope
agents/pi/.inference.localroute.Constraints and Non-goals
Implementation Idea
Use the existing manifest-first agent architecture:
Add Pi to agent discovery, the managed-image contract and repository map, the atomic publication cohort, and onboarding through the existing registries.
Pi must provide data for the shared startup-profile and image-runtime contracts. It must not add compute-runtime orchestration.
Reuse the existing Pi package or OpenShell community image only after maintainers accept its ownership, integrity, lifecycle, startup-profile, and compatibility contracts.
Coordinate the implementation with #7744, #7756, and #7772. Do not make the Pi release depend on unfinished Podman activation unless the accepted product decision requires Podman at launch.
Acceptance Criteria
nemoclaw onboard --agent piselect and persist the Pi agent.Work Tracking
Category
Feature
Checklist