🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentminutes

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentminutes

Parses agent harness session logs into a unified event schema. Node wrapper around the agentminutes Go CLI.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

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.

Windows x64 is temporarily unavailable on npm (a registry naming issue is being worked out with npm support); use the PyPI package or a release binary with AGENTMINUTES_BINARY in the meantime. Windows arm64 is unaffected.

npm install -g agentminutes
agentminutes --version

# or run without installing
npx agentminutes stats session.jsonl

Also available via Homebrew (brew install agent-ecosystem/tap/agentminutes) and go install github.com/agent-ecosystem/agentminutes/cmd/agentminutes@latest.

Keywords

agent

FAQs

Package last updated on 03 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts