Skip to content

agent-tools v0.1.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Aug 03:18
· 239 commits to main since this release
d3e797d

agent-tools v0.1.1

This first published alpha prerelease makes the agent-tools diagnostic command available as a versioned wheel without cloning the repository. It also includes the source distribution and a SHA256SUMS manifest.

Install

Install the exact reviewed wheel with uv:

uv tool install "https://github.com/smartnuf/agent-tools/releases/download/v0.1.1/smartnuf_agent_tools-0.1.1-py3-none-any.whl"
agent-tools --version

Poppler and Ghostscript remain separate native prerequisites. Install them with the operating-system package manager before expecting agent-tools doctor to pass completely.

Known limitations

  • This is an alpha GitHub prerelease, not yet a PyPI publication.
  • Supported Python versions are 3.11 through 3.13.
  • GitHub-hosted Windows, Ubuntu, and macOS runners test the same wheel, but native Windows ARM64 Python is not yet covered.
  • On Windows ARM64, uv-managed Python may be x64 and run under Windows emulation. An existing native ARM64 Python can be selected explicitly, subject to ARM64 dependency-wheel availability.
  • The packaged product is the agent-tools command. The repository's agent-python shared environment remains a clone-based development interface.

Remove

uv tool uninstall smartnuf-agent-tools