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:
| Channel | Artifact |
|---|---|
| GitHub Releases | aasm-*.tar.gz binaries + SHA256SUMS |
| crates.io | Workspace crates at the tag version |
| Homebrew tap | aasm formula (homebrew-agent-assembly) |
| PyPI / npm | SDK packages |
| GHCR | Container 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