Skip to content

Agentagon 0.1.2

The README and PyPI quickstart now guide users through auditing their own AI agent's code. Open the application's directory in a new coding-host session, run ag:audit, and read the findings and recommended next steps. The prompts match the documentation quickstart. Bundled demonstrations are optional links.

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 documentation and version metadata. CLI behavior, contracts, saved state and dependencies are unchanged. Earlier releases retain their original files and source tags.

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 offline installation example, 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.

The offline example checks evidence preparation without performing a model review. The quickstart on your own code requires working model access in the coding host. Native-host registration and live SSH/E2B integrations are optional checks and are not established by the regular CI suite.