Installation
Run Agent Burn with npx, pnpm, bun, or Nix.
Use a package runner:
npx agent-burn@latest summary --value
pnpm dlx agent-burn@latest summary --value
bunx agent-burn@latest summary --valueThe package exposes two binaries:
agent-burnburn
Example:
burn harness claude --valueNix
The flake exposes the renamed package and app:
nix run github:Melvynx/agent-burn -- summary --value
nix build github:Melvynx/agent-burn#agent-burn