Metadata-Version: 2.4
Name: agentminutes
Version: 0.2.0
Summary: Parses agent harness session logs into a unified event schema. Python wrapper around the agentminutes Go CLI.
Author: Dachary Carey
License: MIT
Project-URL: Homepage, https://agentminutes.dev
Project-URL: Repository, https://github.com/agent-ecosystem/agentminutes
Project-URL: Issues, https://github.com/agent-ecosystem/agentminutes/issues
Keywords: agent,harness,session-logs,transcripts,claude-code,codex,antigravity,parser
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# 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: each platform wheel (macOS,
Linux, or Windows on x86_64 or arm64) bundles the matching binary and
exposes it as the `agentminutes` console command. Nothing is downloaded
at install time.

```bash
pip install agentminutes
agentminutes --version
```

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