Metadata-Version: 2.4
Name: agentminutes
Version: 0.0.1
Summary: Parses agent harness session logs into a unified event schema. Under development.
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
Author: Dachary Carey
License-Expression: MIT
License-File: LICENSE
Keywords: agent,antigravity,claude-code,codex,harness,parser,session-logs,transcripts
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# agentminutes

This package reserves the `agentminutes` name for a planned Python
wrapper. It is a pointer package, not the tool itself: the only export is
`project_url()`, which returns the project repository URL.

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. It is written in
Go and available today as a Go library and CLI:

```bash
brew install agent-ecosystem/tap/agentminutes
# or
go install github.com/agent-ecosystem/agentminutes/cmd/agentminutes@latest
```

- Repository and schema contract: <https://github.com/agent-ecosystem/agentminutes>
- Project site: <https://agentminutes.dev>

When a real Python wrapper ships (bundling the Go binary), it will
publish under this name; until then, use the Go CLI.
