Changelog
0.2.0-rc.0 · 2026-06-24
Compile, run and govern agents from the CLI
The agenomic CLI grows from packaging into a full agent lifecycle. agenomic compile lowers a bundle’s genome into self-contained LangGraph, CrewAI, plain-FastAPI, Docker and WASM runtimes; agenomic run now launches command, Docker and Wasmtime entrypoints through one fail-closed sandbox; and the new agenomic governance suite clusters flagged production traces, proposes typed fixes and runs adversarial review — sealing every result onto a signed, verifiable ATEP audit stream. Rego policies and a deterministic tool-boundary gate are enforced fail-closed before any agent starts.
0.1.1-rc.0 · 2026-06-10
Orchestration manifests in bundles
Bundles that include a spec-0.2 orchestration manifest are now validated at push time and summarized in the registry, so reviewers can inspect multi-agent topology alongside skills, tools and policies.
0.1.1-alpha.0 · 2026-06-07
Owner-controlled bundle deletion
Bundle owners can delete unreferenced bundles — DELETE /v1/bundles/:id in the API, a type-to-confirm dialog in the inspector. Deletion is refused while a release still references the bundle, and every deletion lands in the audit log.
0.1.0-alpha.0 · 2026-06-01
Replay evidence on releases
Replay runs now land as reviewable evidence: per-trace results with contract outcomes, the latest replay surfaced on each release, typed bundle-to-bundle diffs, and an AI Act Articles 9–15 mapping per release.
0.1.0 · 2026-05-15
Public registries
Public transparency pages for organizations that publish agent bundles: a no-auth read surface with rate limiting and ETags, bucket visibility controls, and CLI push/pull from a local working copy.

