A minimal setup for running https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent in a container with Podman.
- Download node dependencies in the vendor directory by running:
npm install --ignore-scripts. This avoids running npm install on every container build. - Build with:
podman build -t agent:dev -f Containerfile .. - Make the
piagentshell function available:source source.sh. - Launch the agent in a directory you want it to do work in:
piagent ..