Parent mission
The coordinator owns accepted project history, decisions, handoff, and Memory Checkout state.
Event-sourced memory for agent work
Zaxy keeps multi-agent projects replayable: parent missions, isolated worker sessions, cited findings, purpose-conditioned checkout, conflict review, and accepted merge-back into one durable project history.
Coordinate
Spawning agents is easy. The hard part is turning isolated investigations into one trustworthy state of work. Zaxy records each worker in its own Eventloom session, reviews findings with evidence, marks stale and conflicting claims, and promotes only accepted facts into the parent mission.
The coordinator owns accepted project history, decisions, handoff, and Memory Checkout state.
Agents investigate in isolated logs, so exploration does not contaminate authoritative memory.
Human or coordinator-agent review accepts, rejects, defers, or promotes findings with cited provenance.
Architecture
Eventloom source of truth remains the append-only project record. The
default local runtime is embedded Kuzu, launched and cleaned by
zaxy init and zaxy doctor. Neo4j remains the
sidecar control backend; pgGraph, LatticeDB, and Pathlight are
advanced integration tracks for teams that need alternate deployment or
observability posture.
Purpose control plane
Zaxy now carries purpose through retrieval, checkout diagnostics, feedback, compaction, and Coordinate accepted state. This is still framed as project-local agent work memory, not a broad Company Brain claim.
memory_checkout(..., purpose="coding")Applies deterministic purpose emphasis, recall floors, scoring profile selection, and checkout guidance.
zaxy memory purpose statusReplays active profile, checkout quality, accepted Coordinate state, and feedback posture without graph mutation.
zaxy memory purpose lanesShows purpose-specific checkout lanes, cited source groups, and suppression candidates.
zaxy memory purpose feedbackSurfaces positive and negative outcome history so future retrieval can prioritize useful purpose-specific memory.
Interfaces
coordination_checkout accepted parent state plus diagnostic worker-local findings
coordination_approval_packet reviewable accept/reject/defer/promote payloads
memory_checkout answerability, current_citation_count, required action, and memory_feedback guidance
CoordinationAdapter dependency-light Python wrapper with LangGraph and CrewAI helper paths
dashboard --enable-coordinate-review opt-in human review controls over replay-backed state; read-only remains the default
Benchmark evidence
Current artifacts separate internal release gates from comparative claims. Purpose-v1 passes its deterministic contract lanes. CoordinationBench v1 passes accepted-finding precision and recall, conflict handling, stale rejection, proof-backed synthesis, and parent answerability. Semantic Reach/Hybi and Quarq rows remain disclosure only until pinned same-harness adapters produce locally scored, fingerprinted results.
Purpose recall, ontology shift, outcome feedback, evidence discipline, and neutral-substrate projection are covered by purpose-v1.
Accepted-state synthesis, non-authoritative leakage, citation coverage, parent answerability, and Eventloom replayability pass.
Quarq and Semantic Reach/Hybi are pinned as unsupported disclosure rows until same-harness audits complete.
These rows are release evidence and disclosure status, not a universal memory leaderboard.
| Artifact | Status | What it supports | What it does not support |
|---|---|---|---|
| purpose-v1 | passed | Purpose-conditioned retrieval, checkout, feedback, and compaction contract. | external Semantic Reach or Quarq superiority claims. |
| public-derived purpose holdout | diagnostic | Representative pressure cases with citation coverage and frozen fingerprint. | Release gate or outside-user validation. |
| CoordinationBench real-v1 | passed | Accepted parent state, conflict handling, stale rejection, proof-backed synthesis. | Generic RAG, open-domain QA, or all memory workflows. |
| Quarq / Semantic Reach Hybi | blocked | Adapter metadata and public disclosure that same-harness work is still required. | Completed competitor scoring. |
| BM25 worker logs | 0.666667 precision | Same-harness local baseline over rendered worker findings. | Accepted project state, conflict recall, stale rejection, or citation coverage. |
| Markdown notes | 0.636364 precision | Same-harness local baseline without promotion or conflict semantics. | Authoritative parent checkout or proof-backed merge-back. |
| Flat transcript | 0.272727 precision | Contamination baseline that treats all worker output as accepted state. | Reliable accepted-state precision, stale rejection, or conflict review. |
| Mem0 / Agent Memory / ActiveGraph | not_run | disclosure only rows until pinned same-harness runner manifests exist. | Any comparative score. |
Install
pipx install zaxy-memory
zaxy init
zaxy memory log --eventloom-path .eventloom --limit 5
zaxy memory bootstrap --eventloom-path .eventloom
zaxy doctor --eventloom-path .eventloom
zaxy coordinate start "ship auth refactor" --mission auth-main
zaxy coordinate worker create --mission auth-main --worker auth-api
zaxy coordinate assign --mission auth-main --worker auth-api "trace failures"
zaxy coordinate brief --mission auth-main
zaxy coordinate checkout --mission auth-main
Zaxy writes `.env.local`, records session genesis and heartbeat, checks graph posture, and prints the MCP command or config path.
Session history lives in .eventloom/ as append-only JSONL. The graph is a rebuildable projection.
memory log, memory bootstrap, doctor, and hook-status expose Last checkout, capture, and stale-memory posture.
Documentation