pino-agent
v0.1.2
Published
Minimal Pi-based agent harness with Pino-owned state and bundled defaults
Readme
Pino
Minimal Pi-based agent harness with Pino-owned state, prompt/context files, skills, sessions, and bundled defaults.
Install
npm install -g pino-agentThen run:
pinoCLI
pino
pino --help
pino --versionState
Pino uses its own state namespace:
PINO_STATE_DIR— defaults to~/.pinoPINO_WORKSPACE— defaults to the current directory
On first run, Pino scaffolds missing files from default-state/ into PINO_STATE_DIR without overwriting existing files.
Notes
Pino is an early prototype wrapper around @earendil-works/pi-coding-agent.
