agentminutes
v0.4.0
Published
Parses agent harness session logs into a unified event schema. Node wrapper around the agentminutes Go CLI.
Maintainers
Readme
agentminutes
Parses native agent harness session logs (Antigravity CLI, Claude Code, Codex CLI) into a unified event schema, so tool calls, results, and messages are comparable across harnesses.
This package wraps the prebuilt Go binary. The matching platform binary (darwin, linux, or win32 on x64 or arm64) is installed automatically via an optional dependency; nothing is downloaded at install time beyond the npm packages themselves.
npm install -g agentminutes
agentminutes --version
# or run without installing
npx agentminutes stats session.jsonlAlso available via Homebrew (brew install agent-ecosystem/tap/agentminutes)
and go install github.com/agent-ecosystem/agentminutes/cmd/agentminutes@latest.
- Repository, docs, and schema contract: https://github.com/agent-ecosystem/agentminutes
- Project site: https://agentminutes.dev
