Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Releases

This page tells you where to find a published build, which channels it ships to, and how the release is cut.

agent-assembly is in the v0.0.1 alpha pre-release series. The public API and wire protocol are not yet stable.

Warning: every published tag is a pre-release. Do not run v0.0.1-alpha.* in production — the wire protocol can change between alphas.

Where releases live

  • GitHub Releases: https://github.com/ai-agent-assembly/agent-assembly/releases — the source of truth for published tags and changelogs. The latest tag is a pre-release (v0.0.1-beta.2, 2026-06-15).
  • Per-tag notes: the source-controlled release notes live under docs/release/ (one file per tag, e.g. docs/release/v0.0.1-beta.2.md).
  • Top-level changelog: CHANGELOG.md.

Distribution channels

A single coordinated tag push fans out to every channel:

ChannelArtifact
GitHub Releasesaasm-*.tar.gz binaries + SHA256SUMS
crates.ioWorkspace crates at the tag version
Homebrew tapaasm formula (homebrew-agent-assembly)
PyPI / npmSDK packages
GHCRContainer image

Release process

The mechanics (version bump, tag, changelog, multi-channel publish) are driven by the automated release workflow. Operators follow the pre-tag checklist in the release runbook at docs/release/RUNBOOK.md. See also the Versioning Policy and Compatibility Matrix.


Last updated: 2026-06-15 by Chisanan232