Skip to content

Agentagon 0.1.1

Agentagon helps you audit, evaluate, and improve any AI agent using its code and execution traces. This release corrects the package summary and README to make that scope clear. Codex and Claude Code are supported hosts for running the workflows, rather than the only types of agents Agentagon can improve.

Install or upgrade

Requires Python 3.12+ on macOS or Linux.

pipx install agentagon
# For an existing installation:
pipx upgrade agentagon
agentagon install --host codex
# Or: agentagon install --host claude-code

Restart the coding host after registration. This release changes descriptions and version metadata; CLI behavior, contracts, saved state and dependencies are unchanged. Version 0.1.0 remains available with its original files and source tag.

Validation and limits

The release workflow checks matching package and plugin versions, successful tests and security checks on the exact revision of protected main, package metadata, installed resources, the synthetic quickstart, and a website build from the source archive before publication. PyPI and GitHub receive the same wheel and source archive, with hashes recorded in SHA256SUMS.

Native-host registration and live SSH/E2B integrations are optional checks and are not established by the regular CI suite. The synthetic quickstart prepares an evidence packet; it does not perform a model review.