← Back to Registry
PI
Run the PI coding agent with lightweight, fast execution.
1. Install
npm install @agentos-software/pi
2. Add to agentOS
Register it with your VM's software: []
so its commands are available inside the VM.
import { agentOS, setup } from "@rivet-dev/agentos";
import pi from "@agentos-software/pi";
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [pi] });
export const registry = setup({ use: { vm } });