X Article Draft: Zaxy 1.0.0

Zaxy 1.0.0 is out: Coordinator Memory for Agent Teams.

The short version: Zaxy is memory infrastructure for agent work that needs provenance, replay, and coordination. It is built around Eventloom append-only logs, graph-backed retrieval, Memory Bootstrap, Memory Checkout, and Zaxy Coordinate workflows.

Most agent memory systems flatten context into notes or chunks. That is useful until multiple agents are exploring in parallel and nobody can tell which worker-local claim became project truth.

Zaxy 1.0.0 focuses on that gap.

What ships:

The release gate passed end to end locally:

External verification request:

If you did not work on this implementation session, please try the first-run path or the Coordinate example and report what happens. Successes are useful, but friction is more useful.

First-run path:

zaxy init
zaxy memory bootstrap --eventloom-path .eventloom
zaxy memory checkout "current project memory and next useful action" --eventloom-path .eventloom
zaxy doctor --beta-readiness

Coordinate path:

python examples/coordinate_three_worker_project.py

Please file an "External validation" issue with OS, shell, Python version, install source, exact commands, time to first useful checkout or handoff, what worked, what failed, and whether the release should pass, pass with follow-up, or fail until fixed.

External validation is optional post-release evidence for 1.0.0. We are not pretending it already happened. We are asking for it publicly.

Links: