Download Runner

The runner is a small Node CLI that installs .agentpack.zip files into .agentx/, enforces directory allowlists, and emits receipts per run.

Download runner.zip Windows: coming soon Mac: coming soon Linux: coming soon

Setup

1) Unzip runner.zip 2) cd runner 3) npm install 4) node agentx.js allow /path/to/your/workspace 5) node agentx.js install ../site/agents/assets/packs/pack-a.agentpack.zip 6) node agentx.js agents

Safety model

Runner blocks file operations outside your allowlist. Agents declare required permissions. Some actions require approval flags to proceed.