Agent Burn

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 --value

The package exposes two binaries:

  • agent-burn
  • burn

Example:

burn harness claude --value

Nix

The flake exposes the renamed package and app:

nix run github:Melvynx/agent-burn -- summary --value
nix build github:Melvynx/agent-burn#agent-burn

On this page