zaxy-memory 2.2.0__tar.gz → 2.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/CHANGELOG.md +37 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/PKG-INFO +9 -9
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/README.md +6 -6
- zaxy_memory-2.3.0/docs/announcements/zaxy-v2.2-x-article.md +82 -0
- zaxy_memory-2.3.0/docs/announcements/zaxy-v2.3-x-article.md +75 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/api-inventory.md +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/api.md +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/architecture.md +5 -2
- zaxy_memory-2.3.0/docs/assets/zaxy-v2.2-header.png +0 -0
- zaxy_memory-2.3.0/docs/assets/zaxy-v2.3-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/benchmarks.md +2 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/configuration.md +3 -3
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/deployment.md +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/embeddings.md +10 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/getting-started.md +4 -4
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/graph-schema.md +2 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/mcp.md +3 -3
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/migration.md +49 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/operations.md +2 -2
- zaxy_memory-2.3.0/docs/research/artifacts/2-3-research/backend-options.md +290 -0
- zaxy_memory-2.3.0/docs/research/artifacts/2-3-research/external-validation.md +213 -0
- zaxy_memory-2.3.0/docs/research/artifacts/2-3-research/int8_bench_e_results.json +38 -0
- zaxy_memory-2.3.0/docs/research/artifacts/2-3-research/int8_bench_results.json +175 -0
- zaxy_memory-2.3.0/docs/research/artifacts/2-3-research/kuzu-usage-audit.md +361 -0
- zaxy_memory-2.3.0/docs/research/artifacts/2-3-research/promotion-pass.md +268 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/runbook.md +4 -4
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/security.md +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/stability-commitment.md +1 -1
- zaxy_memory-2.3.0/docs/superpowers/specs/2026-06-11-zaxy-2-3-readiness-research.md +116 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/why-zaxy.md +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/pyproject.toml +10 -4
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/README.html +6 -6
- zaxy_memory-2.3.0/site/assets/zaxy-v2.2-header.png +0 -0
- zaxy_memory-2.3.0/site/assets/zaxy-v2.3-header.png +0 -0
- zaxy_memory-2.3.0/site/docs/announcements/zaxy-v2.2-x-article.html +103 -0
- zaxy_memory-2.3.0/site/docs/announcements/zaxy-v2.3-x-article.html +47 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/api-inventory.html +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/api.html +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/architecture.html +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/benchmarks.html +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/configuration.html +3 -3
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/deployment.html +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/embeddings.html +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/getting-started.html +4 -4
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/graph-schema.html +2 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/mcp.html +2 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/migration.html +11 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/operations.html +2 -2
- zaxy_memory-2.3.0/site/docs/research/artifacts/2-3-research/backend-options.html +257 -0
- zaxy_memory-2.3.0/site/docs/research/artifacts/2-3-research/external-validation.html +165 -0
- zaxy_memory-2.3.0/site/docs/research/artifacts/2-3-research/kuzu-usage-audit.html +507 -0
- zaxy_memory-2.3.0/site/docs/research/artifacts/2-3-research/promotion-pass.html +292 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/runbook.html +4 -4
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/security.html +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/stability-commitment.html +1 -1
- zaxy_memory-2.3.0/site/docs/superpowers/specs/2026-06-11-zaxy-2-3-readiness-research.html +61 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/why-zaxy.html +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/index.html +13 -10
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/cli/benchmarks.py +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/config.py +5 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/doctor.py +37 -3
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/embedded_graph_store.py +262 -74
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/event.py +6 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/graph_walk.py +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/pggraph_store.py +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/projection_backends.py +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_backend_shootout.py +4 -4
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_causal.py +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_dashboard.py +2 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_docs_site.py +11 -11
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_doctor.py +23 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_embedded_graph_store.py +417 -23
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_event.py +29 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_graph_scale_lanes.py +29 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_mcp_server.py +2 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_packaging.py +2 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_projection.py +2 -2
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_v05_positioning.py +1 -1
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/.gitignore +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/AGENTS.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/Dockerfile +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docker-compose.prod.yml +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docker-compose.yml +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/agent-events.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/announcements/zaxy-0.4.0.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/announcements/zaxy-coordinate.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/announcements/zaxy-v1.0-x-article.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/announcements/zaxy-v1.0.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/announcements/zaxy-v1.1-x-article.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/announcements/zaxy-v2.1.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/benchmark-contributions.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/benchmark-review.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/competitive-positioning.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/experimental-associative-memory.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/longmembench.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/memory-is-purpose-zaxy-analysis.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/release-validation-checklist.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/synthesis-context-research.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/v09-gate-audit.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/v1-roadmap.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/v10-gate-audit.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/archive/zero-friction-runtime-roadmap.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/assets/zaxy-coordinate-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/assets/zaxy-v1-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/assets/zaxy-v1.1-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/assets/zaxy-v2.1-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/assets/zaxy-v2.1-hero.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/codebase.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/consolidation.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/coordinate-quickstart.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/coordinate-roadmap.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/eventloom.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/examples/external-validation-report.example.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/examples/first-run-timing-report.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/examples/mcp-response-snapshots.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/examples/mcp-tool-contract.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/examples/memory-checkout-contract.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/examples/native-integration-contract.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/examples/v1-schema-freeze.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/external-validation.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/first-run-validation.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/hooks.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/integrations.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/mcp-install-targets.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/mcp-quickstart.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/media/zaxy-2-5-3-0-latent-memory-roadmap-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/media/zaxy-codebase-review-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/media/zaxy-collaborate-demo.gif +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/media/zaxy-collaborate-demo.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/media/zaxy-collaborate-demo.mp4 +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/packet-analyzer.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/ann-engineering-2026-06.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/BASELINE.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/after-dim1536-r1.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/after-dim1536-r2.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/after-dim64-100k.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/after-dim64-r1.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/after-dim64-r2.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/after-dim64-r3.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann2-d64-10k-postcopy.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-gauss-r1.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-gauss-r2.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-hash-r1.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann3-d1536-10k-hash-record.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann3-d1536-50k-gauss-crossover.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann3-d64-100k-r1.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann3-d64-100k-r2.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-dimension-gated.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-gauss-efs800.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann4-d1536-50k-gauss-r2.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/ann4-d64-100k-confirm.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/baseline-dim1536.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/baseline-dim64.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/diag-d1536-f32-ceiling.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/diag-gauss-efs-sweep.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/diag-ties-gaussian.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/experiments-e1-e4.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/artifacts/ann-2026-06/profiling-a2.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/codebase-review-2026-06-09.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/research/zaxy-memory-fabric-paper.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/retrieval.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-08-codebase-file-map.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-08-domain-separated-defaults.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-08-local-first-retrieval.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-08-remote-mcp-rate-limit-audit.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-09-agent-integration-templates.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-09-retention-metadata-extraction.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-09-retrieval-feedback-events.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-10-merge-sprint.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-16-runtime-dashboard.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-17-skill-memory.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-18-pggraph-adapter.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-18-projection-backend-contract.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-20-zero-friction-embedded-graph-runtime.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-30-v0-5-public-positioning-first-run-trust.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-05-31-v1-release-docs-media.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-1-causal-consolidation.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-2-review-gated-consolidation.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-06-07-zaxy-2-0-beta-1-reasoning-loop-primitives.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-06-08-zaxy-2-0-beta-2-metacognitive-procedural-hardening.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-06-08-zaxy-2-0-rc-1-benchmark-freeze.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/plans/2026-06-09-codebase-review-high-value-remediation.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-05-08-codebase-file-map-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-05-08-domain-separated-defaults-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-05-08-local-first-retrieval-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-05-08-remote-mcp-rate-limit-audit-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-05-16-runtime-dashboard-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-05-17-skill-memory-pggraph-evaluation-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-05-31-v1-release-docs-media-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-06-07-zaxy-2-0-roadmap-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-06-09-zaxy-2-5-3-0-latent-memory-roadmap-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-agent-experience-cognitive-memory-roadmap-design.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-implementation-plan.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/superpowers/specs/2026-06-11-zaxy-2-2-ann-engineering-plan.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/testing.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/docs/workspace-genesis.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/examples/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/examples/adapters/coordinationbench_zaxy_adapter.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/examples/claude_compatible_memory.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/examples/coordinate_three_worker_project.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/examples/langgraph_memory.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/examples/openai_compatible_memory.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/examples/single_agent_memory.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/reports/archive/benchmarks/longmembench-adapter-kit/README.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/reports/archive/benchmarks/purpose-v1/holdouts/public-derived-purpose-v1/README.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/reports/benchmarks/purpose-v1/holdouts/public-derived-purpose-v1/README.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/backend-shootout.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/backup.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/benchmark-guardrails.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/beta-uat.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/build-backend-shootout-workload.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/build-dist.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/build-site-docs.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/check-backend-shootout.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/check-coverage.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/check-external-validation.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/check-state-recovery-benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/generate-certs.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/generate-release-media.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/integration-check.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/live-benchmark.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/mcp_smoke_test.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/release-check.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/restore.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/rotate-logs.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/setup.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/setup_neo4j_indexes.cypher +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/validate-deployment.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/scripts/validate-docs.sh +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/assets/graph.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/assets/zaxy-coordinate-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/assets/zaxy-v1-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/assets/zaxy-v1.1-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/assets/zaxy-v2.1-header.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/assets/zaxy-v2.1-hero.png +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/agent-events.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/announcements/zaxy-0.4.0.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/announcements/zaxy-coordinate.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/announcements/zaxy-v1.0-x-article.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/announcements/zaxy-v1.0.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/announcements/zaxy-v1.1-x-article.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/announcements/zaxy-v2.1.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/benchmark-contributions.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/benchmark-review.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/competitive-positioning.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/experimental-associative-memory.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/longmembench.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/memory-is-purpose-zaxy-analysis.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/release-validation-checklist.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/synthesis-context-research.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/v09-gate-audit.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/v1-roadmap.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/v10-gate-audit.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/archive/zero-friction-runtime-roadmap.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/codebase.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/consolidation.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/coordinate-quickstart.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/coordinate-roadmap.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/eventloom.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/external-validation.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/first-run-validation.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/hooks.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/integrations.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/mcp-install-targets.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/mcp-quickstart.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/media/zaxy-collaborate-demo.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/packet-analyzer.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/research/ann-engineering-2026-06.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/research/artifacts/ann-2026-06/BASELINE.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/research/codebase-review-2026-06-09.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/research/zaxy-memory-fabric-paper.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/retrieval.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-08-codebase-file-map.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-08-domain-separated-defaults.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-08-local-first-retrieval.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-08-remote-mcp-rate-limit-audit.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-09-agent-integration-templates.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-09-retention-metadata-extraction.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-09-retrieval-feedback-events.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-10-merge-sprint.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-16-runtime-dashboard.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-17-skill-memory.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-18-pggraph-adapter.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-18-projection-backend-contract.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-20-zero-friction-embedded-graph-runtime.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-30-v0-5-public-positioning-first-run-trust.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-05-31-v1-release-docs-media.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-1-causal-consolidation.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-alpha-2-review-gated-consolidation.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-06-07-zaxy-2-0-beta-1-reasoning-loop-primitives.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-06-08-zaxy-2-0-beta-2-metacognitive-procedural-hardening.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-06-08-zaxy-2-0-rc-1-benchmark-freeze.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/plans/2026-06-09-codebase-review-high-value-remediation.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-05-08-codebase-file-map-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-05-08-domain-separated-defaults-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-05-08-local-first-retrieval-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-05-08-remote-mcp-rate-limit-audit-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-05-16-runtime-dashboard-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-05-17-skill-memory-pggraph-evaluation-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-05-31-v1-release-docs-media-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-06-07-zaxy-2-0-roadmap-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-06-09-zaxy-2-5-3-0-latent-memory-roadmap-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-agent-experience-cognitive-memory-roadmap-design.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-06-10-zaxy-2-1-2-3-implementation-plan.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/superpowers/specs/2026-06-11-zaxy-2-2-ann-engineering-plan.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/testing.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/docs/workspace-genesis.html +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/site/style.css +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/__main__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/adapters/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/adapters/_common.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/adapters/claude_compatible.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/adapters/coordination.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/adapters/crewai.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/adapters/langgraph.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/adapters/openai_compatible.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/associative_memory.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/capabilities.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/capture_manager.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/capture_soak.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/causal.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/checkout.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/cli/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/cli/evaluation.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/cli/runtime.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/cli/serving.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/cli/workspace.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/codebase.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/codex_capture.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/compaction.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/consolidation.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/consolidation_pipeline.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/context.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/context_refresh.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/coordination.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/coordination_git.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/coordination_semantic.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/coordination_templates.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/coordinationbench_adapter.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/core.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/dashboard.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/documents.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/domain.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/embedding.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/event_context.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/evidence.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/evidence_candidates.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/evidence_program.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/external_validation.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/extract.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/extract_templates.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/feature_evidence.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/graph.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/hooks.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/inference.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/install.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/integrations.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/latticedb_store.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/lifecycle.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/local_profile.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/log.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/mcp_runtime.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/mcp_server.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/memory_persistence.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/memory_status.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/metacognition.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/metrics.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/neutral.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/observation.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/onboarding.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/packet_analyzer.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/packet_guidance.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/packet_projection.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/pagination.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/procedural_planning.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/procedure_mining.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/projection.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/purpose.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/purpose_control.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/py.typed +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/query.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/reasoning_primitives.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/recall.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/recovery.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/refs.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/release.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/remote_security.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/README.md +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/schemas/result.schema.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/schemas/runner-manifest.schema.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/templates/activegraph.runner-manifest.template.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/templates/agent_memory.runner-manifest.template.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/templates/hybi.runner-manifest.template.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/templates/mem0.runner-manifest.template.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/templates/quarq.runner-manifest.template.json +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/resources/coordinationbench/unsupported_runner.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_intent.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_plan/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_plan/bundles.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_plan/duration_evidence.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_plan/fact_queries.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_plan/foundations.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_plan/ordering.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_plan/scalars.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/retrieval_profile.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/runtime.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/salience.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/schema.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/security.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/session.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/synthesis/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/synthesis/evidence_rows.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/synthesis/foundations.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/synthesis/labels.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/synthesis/ledgers.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/synthesis/operations.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/synthesis_artifact.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/synthesis_packet.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/token_budget.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/tool_profiles.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/trace.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/transcripts.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/verbatim.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/viewer.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/working_set.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/src/zaxy/workspace.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/conftest.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_agent_experience_lanes.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_associative_memory.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_benchmarks.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_capabilities.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_capture_manager.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_capture_soak.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_causal_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_causal_checkout.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_checkout.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_claude_compatible_adapter.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_cli.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_codebase.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_codex_capture.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_cognitive_lanes.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_cognitive_profile.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_compaction.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_competitive_benchmarks.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_compose.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_config.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_consolidation.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_consolidation_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_consolidation_pipeline.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_context.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_context_refresh.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_coordination.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_coordination_adapters.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_coordination_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_coordination_semantic.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_coordinationbench_adapter.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_core.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_coverage_ratchet.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_crewai_adapter.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_documents.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_domain.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_embedding.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_evidence.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_evidence_program.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_examples_v05.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_extract.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_extract_templates.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_feature_evidence.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_graph.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_graph_walk.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_harvey_lab_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_inference.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_install.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_integration_check_script.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_integrations.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_langgraph_adapter.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_latticedb_store.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_lifecycle.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_live_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_local_profile.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_longmembench.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_mcp.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_mcp_runtime.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_memory_persistence.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_memory_status.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_metacognition.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_metrics.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_neutral.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_observation.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_onboarding.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_openai_compatible_adapter.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_ops_scripts.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_packet_analyzer.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_packet_memory_e2e.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_packet_projection.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_pagination.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_pggraph_store.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_procedural_planning.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_procedure_mining.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_purpose.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_purpose_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_purpose_control.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_query.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_rc_benchmark_freeze.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_reasoning_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_reasoning_primitives.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_recovery.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_refs.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_remote_security.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_retrieval_plan.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_retrieval_profiles.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_runtime.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_salience.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_schema_migrations.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_security.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_session.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_setup_script.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_statistical_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_synthesis.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_synthesis_artifact.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_synthesis_packet.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_token_budget.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_trace.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_transcripts.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_verbatim.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_viewer.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_working_set.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/tests/test_workspace.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/__init__.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/agent_experience_lanes.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/causal_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/consolidation_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/coordination_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/fok_calibration_lane.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/forgetting_lane.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/graph_walk_lane.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/harvey_lab_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/live_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/longmembench.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/purpose_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/rc_benchmark_freeze.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/reasoning_benchmark.py +0 -0
- {zaxy_memory-2.2.0 → zaxy_memory-2.3.0}/zaxy_benchmarks/vector_scale_lane.py +0 -0
|
@@ -2,6 +2,43 @@
|
|
|
2
2
|
|
|
3
3
|
All notable Zaxy release changes are recorded here.
|
|
4
4
|
|
|
5
|
+
## 2.3.0 - 2026-06-13
|
|
6
|
+
|
|
7
|
+
- Moved the default embedded projection engine from archived Kuzu to
|
|
8
|
+
exact-pinned LadybugDB (`ladybug==0.17.1`), the maintained fork of the same
|
|
9
|
+
engine lineage. This keeps the local-first graph runtime on a wheel stream
|
|
10
|
+
that supports current Python releases while preserving the existing
|
|
11
|
+
`PROJECTION_BACKEND=embedded` contract.
|
|
12
|
+
- Added derived-projection migration handling for pre-LadybugDB stores:
|
|
13
|
+
unreadable pre-fork projection files are moved aside to
|
|
14
|
+
`<path>.pre-ladybug.bak` without deleting data, a fresh projection store is
|
|
15
|
+
opened at the configured path, and operators are pointed to replay/reproject
|
|
16
|
+
from Eventloom, which remains the source of truth.
|
|
17
|
+
- Re-verified and updated embedded vector-index handling against LadybugDB:
|
|
18
|
+
the store installs (once, network-cached under `~/.lbdb`) and loads the
|
|
19
|
+
`vector` extension — which LadybugDB ships as a downloadable extension
|
|
20
|
+
rather than bundling it as Kuzu did — keeps the unbound-parameter guard at
|
|
21
|
+
the execution choke point, continues atomic ANN generation swaps, and now
|
|
22
|
+
drops superseded ANN generations for full space reclaim where the fork
|
|
23
|
+
fixed the old drop-index corruption.
|
|
24
|
+
- Local-first note: LadybugDB ships the vector index as a `vector` extension
|
|
25
|
+
fetched once on first ANN engagement (cached under `~/.lbdb`) and then run
|
|
26
|
+
entirely on-box, rather than bundled as Kuzu did. With no network and no
|
|
27
|
+
cache, ANN is unavailable and retrieval falls back to exact float search
|
|
28
|
+
(correct results, no error); the default exact path needs nothing fetched.
|
|
29
|
+
Air-gapped ANN deployments pre-install the extension and ship the cache.
|
|
30
|
+
See migration.md.
|
|
31
|
+
- Added doctor coverage for leftover pre-LadybugDB backup artifacts so
|
|
32
|
+
operators can verify the rebuilt projection and remove obsolete backups
|
|
33
|
+
intentionally.
|
|
34
|
+
- Refreshed current docs, API inventory, operational guidance, and packaging
|
|
35
|
+
tests to describe embedded LadybugDB as the default runtime while preserving
|
|
36
|
+
historical Kuzu references in archives and research artifacts.
|
|
37
|
+
- Fixed an Eventloom v1 integrity edge case where replay and tail reads could
|
|
38
|
+
disagree on a tampered Zaxy-authored v1 event id. Replay now uses the sealed
|
|
39
|
+
sequence encoded in the v1 id consistently, so integrity verification reports
|
|
40
|
+
the same event identity that tail reads expose.
|
|
41
|
+
|
|
5
42
|
## 2.2.0 - 2026-06-11
|
|
6
43
|
|
|
7
44
|
- Re-engineered the embedded ANN vector path end to end, every change backed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zaxy-memory
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
4
4
|
Summary: Coordinator memory for auditable multi-agent projects
|
|
5
5
|
Project-URL: Homepage, https://syndicalt.github.io/zaxy/
|
|
6
6
|
Project-URL: Documentation, https://syndicalt.github.io/zaxy/docs/getting-started.html
|
|
@@ -8,7 +8,7 @@ Project-URL: Repository, https://github.com/syndicalt/zaxy
|
|
|
8
8
|
Project-URL: Issues, https://github.com/syndicalt/zaxy/issues
|
|
9
9
|
Author: Zaxy Contributors
|
|
10
10
|
License: MIT
|
|
11
|
-
Keywords: agent-memory,auditable-memory,coordinator-memory,embedded-memory,event-sourcing,knowledge-graph,
|
|
11
|
+
Keywords: agent-memory,auditable-memory,coordinator-memory,embedded-memory,event-sourcing,knowledge-graph,ladybugdb,local-first,mcp,multi-agent,temporal-graph
|
|
12
12
|
Classifier: Development Status :: 5 - Production/Stable
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: License :: OSI Approved :: MIT License
|
|
@@ -17,7 +17,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
17
17
|
Classifier: Programming Language :: Python :: 3.13
|
|
18
18
|
Requires-Python: >=3.11
|
|
19
19
|
Requires-Dist: httpx>=0.27.0
|
|
20
|
-
Requires-Dist:
|
|
20
|
+
Requires-Dist: ladybug==0.17.1
|
|
21
21
|
Requires-Dist: mcp>=1.0.0
|
|
22
22
|
Requires-Dist: numpy>=1.26.0
|
|
23
23
|
Requires-Dist: prometheus-client>=0.20.0
|
|
@@ -75,13 +75,13 @@ review, approval packets, and accepted merge-back into one durable history that
|
|
|
75
75
|
can be queried, replayed, and inspected.
|
|
76
76
|
|
|
77
77
|
Under the hood, Zaxy uses Eventloom append-only JSONL as the source of truth and
|
|
78
|
-
an embedded
|
|
78
|
+
an embedded LadybugDB graph projection for local reasoning. It is built for agents
|
|
79
79
|
that need to remember what happened, cite where it came from, and avoid turning
|
|
80
80
|
project state into a pile of markdown files and vector chunks.
|
|
81
81
|
|
|
82
|
-
The embedded
|
|
82
|
+
The embedded LadybugDB graph projection is the default local runtime.
|
|
83
83
|
|
|
84
|
-
The plain install uses embedded
|
|
84
|
+
The plain install uses embedded LadybugDB. Install `zaxy-memory[neo4j]` only for the
|
|
85
85
|
optional Neo4j sidecar, and `zaxy-memory[pathlight]` only for Pathlight tracing.
|
|
86
86
|
|
|
87
87
|
## Why It Matters
|
|
@@ -89,7 +89,7 @@ optional Neo4j sidecar, and `zaxy-memory[pathlight]` only for Pathlight tracing.
|
|
|
89
89
|
- **Auditable memory**: every accepted fact can point back to Eventloom history.
|
|
90
90
|
- **Agent-team coordination**: parent and worker sessions stay isolated until
|
|
91
91
|
findings are reviewed and merged.
|
|
92
|
-
- **Local-first runtime**: the default path uses embedded
|
|
92
|
+
- **Local-first runtime**: the default path uses embedded LadybugDB, no Neo4j sidecar.
|
|
93
93
|
- **MCP-native integration**: Codex, Claude Code, Cursor, VS Code, Hermes Agent,
|
|
94
94
|
LangGraph, CrewAI, and AutoGen can use the same memory interface.
|
|
95
95
|
- **External benchmark evidence**: on the full Harvey LAB legal-agent memory
|
|
@@ -193,7 +193,7 @@ Agent (LangGraph / Any MCP Client)
|
|
|
193
193
|
MCP Server — memory_append / memory_query / memory_feedback / memory_replay / memory_invalidate
|
|
194
194
|
|
|
|
195
195
|
v
|
|
196
|
-
Eventloom (immutable JSONL log) → Hybrid Extraction → Embedded
|
|
196
|
+
Eventloom (immutable JSONL log) → Hybrid Extraction → Embedded LadybugDB graph
|
|
197
197
|
| |
|
|
198
198
|
+—————— Optional Pathlight traces ———————————————→ Query Router
|
|
199
199
|
|
|
|
@@ -247,7 +247,7 @@ See [LLM Packet Analyzer](docs/packet-analyzer.md).
|
|
|
247
247
|
|------|---------|
|
|
248
248
|
| `src/zaxy/event.py` | Eventloom JSONL I/O + hash chain integrity |
|
|
249
249
|
| `src/zaxy/extract.py` | Hybrid extraction engine + rule registry |
|
|
250
|
-
| `src/zaxy/embedded_graph_store.py` | Embedded
|
|
250
|
+
| `src/zaxy/embedded_graph_store.py` | Embedded LadybugDB projection store |
|
|
251
251
|
| `src/zaxy/graph.py` | Optional Neo4j bi-temporal wrapper via `zaxy-memory[neo4j]` |
|
|
252
252
|
| `src/zaxy/query.py` | Hybrid retrieval router |
|
|
253
253
|
| `src/zaxy/mcp_server.py` | MCP stdio/SSE server |
|
|
@@ -8,13 +8,13 @@ review, approval packets, and accepted merge-back into one durable history that
|
|
|
8
8
|
can be queried, replayed, and inspected.
|
|
9
9
|
|
|
10
10
|
Under the hood, Zaxy uses Eventloom append-only JSONL as the source of truth and
|
|
11
|
-
an embedded
|
|
11
|
+
an embedded LadybugDB graph projection for local reasoning. It is built for agents
|
|
12
12
|
that need to remember what happened, cite where it came from, and avoid turning
|
|
13
13
|
project state into a pile of markdown files and vector chunks.
|
|
14
14
|
|
|
15
|
-
The embedded
|
|
15
|
+
The embedded LadybugDB graph projection is the default local runtime.
|
|
16
16
|
|
|
17
|
-
The plain install uses embedded
|
|
17
|
+
The plain install uses embedded LadybugDB. Install `zaxy-memory[neo4j]` only for the
|
|
18
18
|
optional Neo4j sidecar, and `zaxy-memory[pathlight]` only for Pathlight tracing.
|
|
19
19
|
|
|
20
20
|
## Why It Matters
|
|
@@ -22,7 +22,7 @@ optional Neo4j sidecar, and `zaxy-memory[pathlight]` only for Pathlight tracing.
|
|
|
22
22
|
- **Auditable memory**: every accepted fact can point back to Eventloom history.
|
|
23
23
|
- **Agent-team coordination**: parent and worker sessions stay isolated until
|
|
24
24
|
findings are reviewed and merged.
|
|
25
|
-
- **Local-first runtime**: the default path uses embedded
|
|
25
|
+
- **Local-first runtime**: the default path uses embedded LadybugDB, no Neo4j sidecar.
|
|
26
26
|
- **MCP-native integration**: Codex, Claude Code, Cursor, VS Code, Hermes Agent,
|
|
27
27
|
LangGraph, CrewAI, and AutoGen can use the same memory interface.
|
|
28
28
|
- **External benchmark evidence**: on the full Harvey LAB legal-agent memory
|
|
@@ -126,7 +126,7 @@ Agent (LangGraph / Any MCP Client)
|
|
|
126
126
|
MCP Server — memory_append / memory_query / memory_feedback / memory_replay / memory_invalidate
|
|
127
127
|
|
|
|
128
128
|
v
|
|
129
|
-
Eventloom (immutable JSONL log) → Hybrid Extraction → Embedded
|
|
129
|
+
Eventloom (immutable JSONL log) → Hybrid Extraction → Embedded LadybugDB graph
|
|
130
130
|
| |
|
|
131
131
|
+—————— Optional Pathlight traces ———————————————→ Query Router
|
|
132
132
|
|
|
|
@@ -180,7 +180,7 @@ See [LLM Packet Analyzer](docs/packet-analyzer.md).
|
|
|
180
180
|
|------|---------|
|
|
181
181
|
| `src/zaxy/event.py` | Eventloom JSONL I/O + hash chain integrity |
|
|
182
182
|
| `src/zaxy/extract.py` | Hybrid extraction engine + rule registry |
|
|
183
|
-
| `src/zaxy/embedded_graph_store.py` | Embedded
|
|
183
|
+
| `src/zaxy/embedded_graph_store.py` | Embedded LadybugDB projection store |
|
|
184
184
|
| `src/zaxy/graph.py` | Optional Neo4j bi-temporal wrapper via `zaxy-memory[neo4j]` |
|
|
185
185
|
| `src/zaxy/query.py` | Hybrid retrieval router |
|
|
186
186
|
| `src/zaxy/mcp_server.py` | MCP stdio/SSE server |
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# X Article Draft: Zaxy 2.2.0
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
Zaxy 2.2.0 is out: evidence-bounded vector search.
|
|
6
|
+
|
|
7
|
+
The short version: in 2.1, our own benchmark caught our ANN path being worse
|
|
8
|
+
than brute force — slower, less accurate, with 20-minute index builds — so we
|
|
9
|
+
shipped it disabled. In 2.2 we fixed it, and the defaults moved exactly as far
|
|
10
|
+
as the evidence extends and not one dimension further.
|
|
11
|
+
|
|
12
|
+
That ordering matters. The standard failure mode for approximate
|
|
13
|
+
nearest-neighbor search is shipping it because it is supposed to be fast,
|
|
14
|
+
then discovering in production that recall quietly cratered or the index
|
|
15
|
+
takes the better part of an hour to build. Zaxy's release rule is the
|
|
16
|
+
opposite: a default changes only when an evaluation lane that ships in the
|
|
17
|
+
repo proves the change at the scale it claims.
|
|
18
|
+
|
|
19
|
+
What the lane said at the 2.1 baseline, at 100k vectors:
|
|
20
|
+
|
|
21
|
+
| Metric | ANN (HNSW) | Exact |
|
|
22
|
+
|--------|------------|-------|
|
|
23
|
+
| Recall@10 | 0.8969, varying per rebuild | 1.000 |
|
|
24
|
+
| Query p50 | 37.9 ms | 17.0 ms |
|
|
25
|
+
| Full index build | ~20 minutes | seconds |
|
|
26
|
+
|
|
27
|
+
What it says after 2.2, same scale, double-pass plus a confirmatory run:
|
|
28
|
+
|
|
29
|
+
| Metric | ANN (HNSW) | Exact |
|
|
30
|
+
|--------|------------|-------|
|
|
31
|
+
| Recall@10 | 1.000, identical across rebuilds | 1.000 |
|
|
32
|
+
| Query p50 | parity to better, in-run | — |
|
|
33
|
+
| Full index build | 92 seconds (12.9x) | seconds |
|
|
34
|
+
|
|
35
|
+
What ships:
|
|
36
|
+
|
|
37
|
+
- an exact float64 rerank over approximate candidates, which both fixed
|
|
38
|
+
recall and made it deterministic across HNSW's nondeterministic builds;
|
|
39
|
+
- bulk index builds through a COPY-based generation swap instead of row
|
|
40
|
+
inserts — 1,180 seconds down to 92 at 100k;
|
|
41
|
+
- unfiltered direct-table queries via per-session shadow generations (the
|
|
42
|
+
real overhead was a 16 ms per-query filter scan, not what we suspected);
|
|
43
|
+
- engagement defaults bounded to the measured envelope: ANN turns on at
|
|
44
|
+
100k+ vectors up to 64 dimensions. Above that, exact search remains the
|
|
45
|
+
recommendation — measured, not assumed;
|
|
46
|
+
- a research paper with the full evidence chain, cited theory, explicit
|
|
47
|
+
math, and the negative results in the same tables as the wins.
|
|
48
|
+
|
|
49
|
+
The plot twist is the part worth reading the paper for.
|
|
50
|
+
|
|
51
|
+
At high dimension, recall looked catastrophic — 0.52 — and stayed broken
|
|
52
|
+
through every fix. The diagnosis: it was the benchmark, not the index. Our
|
|
53
|
+
synthetic test corpus at 1536 dimensions produces a median of 210 vectors
|
|
54
|
+
*exactly tied* with the true top-10. When hundreds of candidates are equally
|
|
55
|
+
correct, recall@10 against one arbitrary tie-break ordering is not a
|
|
56
|
+
measurement; it is a coin flip the index cannot win. Even exact float32
|
|
57
|
+
search scores 0.53 against it.
|
|
58
|
+
|
|
59
|
+
So we fixed the metric in the open: tie-aware recall (standard
|
|
60
|
+
ann-benchmarks practice) is now reported alongside the strict number — never
|
|
61
|
+
instead of it — and a realistic-distribution control corpus confirmed the
|
|
62
|
+
index is healthy at production dimensions. The same correction resurrected
|
|
63
|
+
int8 quantization's high-dim score from 0.61 to 1.0. Benchmarks need the
|
|
64
|
+
same skepticism as the systems they judge.
|
|
65
|
+
|
|
66
|
+
Along the way we hit three undocumented crash-or-corrupt defects in our
|
|
67
|
+
embedded graph engine — whose upstream is frozen, final release, archived
|
|
68
|
+
repo — and designed around all three. They are documented in the paper with
|
|
69
|
+
reproductions. That is what depending on frozen infrastructure honestly
|
|
70
|
+
looks like.
|
|
71
|
+
|
|
72
|
+
The claim boundary, because it always matters: every number above is from
|
|
73
|
+
internal lanes on synthetic corpora, labeled as such, with raw artifacts
|
|
74
|
+
versioned in the repo. Nothing here is an external benchmark claim.
|
|
75
|
+
|
|
76
|
+
Paper: https://docs.zaxy.io/docs/research/ann-engineering-2026-06.html
|
|
77
|
+
Release: https://github.com/syndicalt/zaxy/releases/tag/v2.2.0
|
|
78
|
+
Install: `pip install zaxy-memory`
|
|
79
|
+
|
|
80
|
+
Zaxy is event-sourced memory for agent work: a hash-chained append-only log
|
|
81
|
+
as the source of truth, cited Memory Checkout as the trust contract, and
|
|
82
|
+
defaults that move on lane evidence. https://docs.zaxy.io
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
# X Article Draft: Zaxy 2.3.0
|
|
2
|
+
|
|
3
|
+

|
|
4
|
+
|
|
5
|
+
Zaxy 2.3.0 is out: the embedded engine moves off archived infrastructure, and
|
|
6
|
+
nothing you rely on moves with it.
|
|
7
|
+
|
|
8
|
+
The short version: Zaxy's default local graph runtime was built on Kuzu, which
|
|
9
|
+
shipped its final release and archived its repository — no more fixes, no more
|
|
10
|
+
wheels for new Python versions. 2.3 moves the embedded backend to LadybugDB,
|
|
11
|
+
the maintained fork of the same engine lineage, and keeps the
|
|
12
|
+
`PROJECTION_BACKEND=embedded` contract, the schema, query semantics, and the
|
|
13
|
+
ANN engagement defaults exactly where 2.2 left them.
|
|
14
|
+
|
|
15
|
+
Depending on a dead dependency is a slow-motion outage. But swapping the engine
|
|
16
|
+
under a memory system is also exactly how you lose someone's data if you are
|
|
17
|
+
careless about it. So the rule for this release was: the source of truth never
|
|
18
|
+
moves, and the migration deletes nothing.
|
|
19
|
+
|
|
20
|
+
How the move works:
|
|
21
|
+
|
|
22
|
+
- Eventloom — the append-only, hash-chained log — is untouched. It was always
|
|
23
|
+
the source of truth; projections were always rebuildable from it. That design
|
|
24
|
+
is what makes an engine swap a projection-layer change instead of a data
|
|
25
|
+
migration.
|
|
26
|
+
- On first open of a pre-fork projection file LadybugDB cannot read, Zaxy moves
|
|
27
|
+
it (and its WAL) aside to `<path>.pre-ladybug.bak` — **no data deleted** —
|
|
28
|
+
opens a fresh store, and rebuilds from the log via `zaxy reproject`. `zaxy
|
|
29
|
+
doctor` reports the leftover backup until you have verified the rebuild and
|
|
30
|
+
chosen to delete it.
|
|
31
|
+
- The move also collects a dividend: LadybugDB fixed the upstream
|
|
32
|
+
`DROP_VECTOR_INDEX` corruption defect 2.2 had to work around, so superseded
|
|
33
|
+
ANN index generations are now dropped for full space reclaim.
|
|
34
|
+
|
|
35
|
+
Now the part that is the reason to trust the rest of it.
|
|
36
|
+
|
|
37
|
+
The release branch arrived with a confident comment in the code: the vector
|
|
38
|
+
index extension was "statically linked, offline-safe, no INSTALL needed." It
|
|
39
|
+
was wrong. LadybugDB ships the vector index as a downloadable extension, not a
|
|
40
|
+
bundled one. It happened to work on the machine that built the release —
|
|
41
|
+
because that machine had the extension cached from earlier use — and it would
|
|
42
|
+
have silently failed on every fresh install, disabling approximate search for
|
|
43
|
+
new users while swallowing the error.
|
|
44
|
+
|
|
45
|
+
Nothing in a human read of the diff would have caught that. What caught it was
|
|
46
|
+
the coverage ratchet: on a clean CI runner the extension was absent, the native
|
|
47
|
+
vector tests skipped, and total coverage slipped 0.02% under the floor. A
|
|
48
|
+
two-hundredths-of-a-percent tripwire is the only thing standing between "looks
|
|
49
|
+
done" and a marquee feature that is dead on arrival. We traced the skip to the
|
|
50
|
+
missing extension, reproduced the fresh-machine condition locally, and fixed
|
|
51
|
+
the cause: the store now installs-then-loads the extension, cached after first
|
|
52
|
+
use, and degrades to exact search with a clear warning when it genuinely
|
|
53
|
+
cannot.
|
|
54
|
+
|
|
55
|
+
A note on framing, because we got it wrong first and corrected it: this is
|
|
56
|
+
*local-first*, not offline-only. A one-time extension fetch that then runs
|
|
57
|
+
entirely on-box is no more a network dependency than `pip install` itself — the
|
|
58
|
+
data, the engine, and the compute all stay local. The default exact-search path
|
|
59
|
+
is pure NumPy and fetches nothing. Air-gapped deployments that want approximate
|
|
60
|
+
search pre-seed the extension cache; everyone else never notices.
|
|
61
|
+
|
|
62
|
+
The claim boundary, as always: the engine swap was gated on a readiness-research
|
|
63
|
+
pass and lane reruns that reproduced 2.2's deterministic evidence — identical
|
|
64
|
+
corpus hashes and recall — with raw artifacts versioned in the repo. The fork is
|
|
65
|
+
single-maintainer and the dependency pin is exact on purpose; that is what
|
|
66
|
+
depending on infrastructure honestly looks like, archived or forked.
|
|
67
|
+
|
|
68
|
+
Release: https://github.com/syndicalt/zaxy/releases/tag/v2.3.0
|
|
69
|
+
Migration: https://docs.zaxy.io/docs/migration.html
|
|
70
|
+
Install: `pip install zaxy-memory`
|
|
71
|
+
|
|
72
|
+
Zaxy is event-sourced memory for agent work: a hash-chained append-only log as
|
|
73
|
+
the source of truth, cited Memory Checkout as the trust contract, and a runtime
|
|
74
|
+
where the engine is replaceable because the log is authoritative.
|
|
75
|
+
https://docs.zaxy.io
|
|
@@ -111,7 +111,7 @@ operation gates.
|
|
|
111
111
|
| Neo4j backend | `Beta` | Optional sidecar and control backend. |
|
|
112
112
|
| Embedded graph backend | `Beta` | Default sidecar-free runtime path. |
|
|
113
113
|
| pgGraph and LatticeDB adapters | `Experimental` | Benchmark candidates, not default release promises. |
|
|
114
|
-
| Direct Cypher/
|
|
114
|
+
| Direct Cypher/LadybugDB implementation helpers | `Internal` | Backend internals may change without public migration guarantees. |
|
|
115
115
|
|
|
116
116
|
## Benchmark Artifact Schemas
|
|
117
117
|
|
|
@@ -367,7 +367,7 @@ Lower-level modules are public enough for advanced integration but should be
|
|
|
367
367
|
used carefully: `EventLog` for direct JSONL operations, `extract` for rule-based
|
|
368
368
|
projection, projection backends for graph operations, `QueryRouter` for
|
|
369
369
|
retrieval, and `MemoryTracer` for Pathlight spans. The plain install uses
|
|
370
|
-
embedded
|
|
370
|
+
embedded LadybugDB; install `zaxy-memory[neo4j]` for the optional Neo4j sidecar and
|
|
371
371
|
`zaxy-memory[pathlight]` for Pathlight tracing. Prefer `MemoryFabric` unless you
|
|
372
372
|
are building tests, migrations, or specialized tooling.
|
|
373
373
|
|
|
@@ -36,9 +36,12 @@ needs to be rebuilt, replay the log and re-run extraction. This is the reason
|
|
|
36
36
|
Zaxy does not silently overwrite facts: graph entities carry `valid_from` and
|
|
37
37
|
`valid_to` windows, and reasserted facts become new versions.
|
|
38
38
|
|
|
39
|
-
The embedded
|
|
39
|
+
The embedded LadybugDB projection is the default graph backend because it preserves
|
|
40
40
|
graph-native traversal, citations, temporal versioning, and replay without a
|
|
41
|
-
separate graph service.
|
|
41
|
+
separate graph service. LadybugDB is the actively maintained fork of the
|
|
42
|
+
archived Kuzu engine; Zaxy 2.3 moved the embedded store to it (exact-pinned)
|
|
43
|
+
after verifying the fork against Zaxy's own defect reproductions and scale
|
|
44
|
+
lanes. Neo4j remains the quality and performance control
|
|
42
45
|
backend, and pgGraph remains an experimental Postgres-native projection backend.
|
|
43
46
|
See [zero-friction-runtime-roadmap.md](archive/zero-friction-runtime-roadmap.md) for the
|
|
44
47
|
embedded runtime gates and backend lifecycle.
|
|
Binary file
|
|
Binary file
|
|
@@ -337,7 +337,7 @@ zaxy graph-scale-lanes --lanes all
|
|
|
337
337
|
- **Vector-scale lane**: builds deterministic synthetic corpora directly
|
|
338
338
|
against `EmbeddedGraphStore` (default sizes `1000,10000`; `100000` opt-in
|
|
339
339
|
via `--scale-sizes`) and measures, per size, the exact float64 path, the
|
|
340
|
-
|
|
340
|
+
engine-native (LadybugDB) HNSW path (with a lowered `vector_ann_threshold`), and the
|
|
341
341
|
int8-quantized path: recall@10 versus the exact ground truth, p50/p95 query
|
|
342
342
|
latency, resident index bytes, and the exact matrix's byte-budget fraction
|
|
343
343
|
against the store's vector-cache ceiling. The lane lowers the count
|
|
@@ -365,7 +365,7 @@ zaxy graph-scale-lanes --lanes all
|
|
|
365
365
|
high-dimension gate corpus, since hash value distributions are
|
|
366
366
|
adversarially tie-dense at high dimension). Corpus hashes, exact/quantized
|
|
367
367
|
recall (both metrics), bytes, and byte budgets are two-run reproducible;
|
|
368
|
-
ANN recall is reported under `measurements` because
|
|
368
|
+
ANN recall is reported under `measurements` because the engine's HNSW graph
|
|
369
369
|
construction is not run-to-run reproducible, and all timings are
|
|
370
370
|
environment-dependent. The roadmap exit criterion (>= 0.95 tie-aware
|
|
371
371
|
recall@10 with latency and byte improvements) is defined at 10^5 vectors;
|
|
@@ -9,7 +9,7 @@ secrets in environment dumps.
|
|
|
9
9
|
Projection settings are `PROJECTION_BACKEND`, `EMBEDDED_GRAPH_PATH`,
|
|
10
10
|
`LATTICEDB_PATH`, `PGGRAPH_DSN`, and the Neo4j settings used only when
|
|
11
11
|
`PROJECTION_BACKEND=neo4j`. The default backend is `embedded`, which stores the
|
|
12
|
-
repo-local
|
|
12
|
+
repo-local LadybugDB projection at `.eventloom/projections/embedded.kuzu` and does
|
|
13
13
|
not start Docker or require a graph endpoint.
|
|
14
14
|
|
|
15
15
|
Neo4j settings are `NEO4J_URI`, `NEO4J_USER`, `NEO4J_PASSWORD`,
|
|
@@ -73,7 +73,7 @@ migrates stale-version vectors to the active provider.
|
|
|
73
73
|
ANN engagement is a two-clause rule since 2.2, gated by a dimension ceiling.
|
|
74
74
|
A (session, version) vector scope whose dimension is at or below
|
|
75
75
|
`VECTOR_ANN_MAX_DIMENSION` (default `64`) switches from the exact dense
|
|
76
|
-
matrix to
|
|
76
|
+
matrix to an engine-native (LadybugDB) HNSW index when **(a)** the scope's vector count
|
|
77
77
|
reaches `VECTOR_ANN_THRESHOLD` (default `100000`), or **(b)** the scope's
|
|
78
78
|
exact float64 matrix (count × dimension × 8 bytes) would exceed the 256 MiB
|
|
79
79
|
vector index cache byte budget. Scopes above the dimension ceiling always
|
|
@@ -202,7 +202,7 @@ scripts/release-check.sh --root .
|
|
|
202
202
|
|
|
203
203
|
The deployment validator checks production mode, selected sidecar TLS posture,
|
|
204
204
|
remote MCP auth, admin-token configuration, and secret-file permissions. Embedded
|
|
205
|
-
|
|
205
|
+
LadybugDB production deployments do not need Neo4j certificate material unless
|
|
206
206
|
`PROJECTION_BACKEND=neo4j` is selected. The full release gate also runs tests,
|
|
207
207
|
package validation, and documentation validation. See
|
|
208
208
|
[deployment.md](deployment.md), [security.md](security.md), and
|
|
@@ -13,7 +13,7 @@ secrets are useful for validation and staging, but real deployments should
|
|
|
13
13
|
replace them with platform-managed secrets or files mounted by Docker,
|
|
14
14
|
Kubernetes, or a vault sidecar.
|
|
15
15
|
|
|
16
|
-
The default production backend is the embedded
|
|
16
|
+
The default production backend is the embedded LadybugDB projection, which requires
|
|
17
17
|
no graph service endpoint and does not start Neo4j. Optional sidecar backends
|
|
18
18
|
must be configured explicitly. For Neo4j, install `zaxy-memory[neo4j]`, generate
|
|
19
19
|
certificate material, and start the compose profile:
|
|
@@ -83,10 +83,18 @@ therefore stay on exact float64 — or explicitly opted-in
|
|
|
83
83
|
threshold and is exempt from clause (b) — unless the ceiling is raised
|
|
84
84
|
explicitly with lane evidence. When ANN engages, the (session, version)
|
|
85
85
|
vector group syncs
|
|
86
|
-
into its own
|
|
86
|
+
into its own engine-native HNSW shadow table (LadybugDB, the maintained
|
|
87
|
+
fork of Kuzu — the vector index code is unchanged since the fork, so all
|
|
88
|
+
2.2 lane evidence carries over) that queries hit directly — no
|
|
87
89
|
per-query graph projection and no predicate scan; indexes are built and
|
|
88
90
|
loaded only on engagement, so default-path users below the rule pay no
|
|
89
|
-
cold-start cost.
|
|
91
|
+
cold-start cost. LadybugDB ships the vector index as an official `vector`
|
|
92
|
+
extension fetched once on first ANN engagement (cached under `~/.lbdb`) and
|
|
93
|
+
then run entirely on-box; Zaxy fetches it automatically. With no network and
|
|
94
|
+
no cache, ANN is unavailable and retrieval falls back to exact float search —
|
|
95
|
+
the default exact path is pure NumPy and needs nothing fetched. Air-gapped
|
|
96
|
+
ANN deployments run `INSTALL vector` once on a networked host and ship the
|
|
97
|
+
cache. The HNSW query retrieves an
|
|
90
98
|
oversampled candidate set (`VECTOR_ANN_EFS`, default `400`, controls the
|
|
91
99
|
index's query-time candidate list) and the store reranks those candidates
|
|
92
100
|
with exact float64 scores from the resident entity vectors, so approximate
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Zaxy is a local-first memory fabric for AI agents. It keeps the immutable
|
|
4
4
|
work history in Eventloom JSONL files and projects structured facts into an
|
|
5
|
-
embedded
|
|
5
|
+
embedded LadybugDB graph so agents can retrieve connected, temporal context through MCP tools. The
|
|
6
6
|
fastest path is to install the CLI, run one local onboarding command, and
|
|
7
7
|
verify that Eventloom plus the model-facing bootstrap are readable. For the
|
|
8
8
|
architecture tradeoffs behind this shape, see [why-zaxy.md](why-zaxy.md).
|
|
@@ -232,7 +232,7 @@ zaxy activate codex \
|
|
|
232
232
|
Use `--dry-run` to inspect the exact `codex --cd ... <prompt>` command without
|
|
233
233
|
starting Codex or managed capture.
|
|
234
234
|
|
|
235
|
-
If a long-running `zaxy serve` process already owns the default embedded
|
|
235
|
+
If a long-running `zaxy serve` process already owns the default embedded LadybugDB
|
|
236
236
|
projection, CLI checkout retries with a per-process isolated projection under
|
|
237
237
|
`.eventloom/projections/checkout-<session>-<pid>.kuzu` and reports
|
|
238
238
|
`diagnostics.projection_fallback`. This keeps memory activation from silently
|
|
@@ -342,7 +342,7 @@ you intentionally want to replace generated config. `--infra check` reports the
|
|
|
342
342
|
selected local projection backend and Docker posture without starting
|
|
343
343
|
containers. Use `--infra start` when you explicitly want onboarding to prepare
|
|
344
344
|
the selected local runtime. The default embedded backend creates only the local
|
|
345
|
-
projection directory and lazy
|
|
345
|
+
projection directory and lazy LadybugDB database. For experimental pgGraph bootstrap,
|
|
346
346
|
install the optional extra and point Zaxy at a local pgGraph checkout so it can
|
|
347
347
|
run the extension installer instead of starting plain Postgres:
|
|
348
348
|
|
|
@@ -370,7 +370,7 @@ zaxy serve
|
|
|
370
370
|
```
|
|
371
371
|
|
|
372
372
|
When stdio starts in local development mode, Zaxy checks the selected projection
|
|
373
|
-
backend. With the default embedded backend, it opens the repo-local
|
|
373
|
+
backend. With the default embedded backend, it opens the repo-local LadybugDB
|
|
374
374
|
projection path and does not start Docker. With `PROJECTION_BACKEND=neo4j`, it
|
|
375
375
|
requires `pip install "zaxy-memory[neo4j]"` and checks
|
|
376
376
|
`bolt://localhost:7687`. Set `NEO4J_AUTO_START=true` only when you want Zaxy to
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Graph Schema
|
|
2
2
|
|
|
3
3
|
The graph projection is Zaxy's structured reasoning layer. It is not the source
|
|
4
|
-
of truth; the Eventloom log is. The default implementation is embedded
|
|
4
|
+
of truth; the Eventloom log is. The default implementation is embedded LadybugDB,
|
|
5
5
|
with Neo4j retained as an optional sidecar and control backend. The graph stores
|
|
6
6
|
projections that make memory queryable by entity, relation, keyword, vector
|
|
7
7
|
similarity, and temporal validity.
|
|
@@ -295,7 +295,7 @@ LIMIT 25;
|
|
|
295
295
|
|
|
296
296
|
The manual Cypher file under `scripts/setup_neo4j_indexes.cypher` documents the
|
|
297
297
|
optional Neo4j sidecar index setup for environments that apply Cypher
|
|
298
|
-
separately. Embedded
|
|
298
|
+
separately. Embedded LadybugDB creates its projection schema through the embedded
|
|
299
299
|
adapter and does not use that Cypher file.
|
|
300
300
|
|
|
301
301
|
Invalidation does not delete nodes. `memory_invalidate` closes validity windows
|
|
@@ -640,10 +640,10 @@ or `ZAXY_DOMAIN`; `zaxy serve` derives those from the current workspace at
|
|
|
640
640
|
startup.
|
|
641
641
|
|
|
642
642
|
Embedded runtime ownership: when `PROJECTION_BACKEND=embedded`, one workspace
|
|
643
|
-
`zaxy serve` process owns the repo-local
|
|
643
|
+
`zaxy serve` process owns the repo-local LadybugDB graph in read-write mode. Additional
|
|
644
644
|
stdio `zaxy serve` processes, including worker/subagent MCP launches, proxy to
|
|
645
645
|
that owner through `.eventloom/runtime/zaxy-embedded-owner.sock` instead of
|
|
646
|
-
opening
|
|
646
|
+
opening LadybugDB themselves. This preserves full graph-backed checkout without
|
|
647
647
|
starting in degraded mode.
|
|
648
648
|
|
|
649
649
|
`zaxy init` and `zaxy doctor` clean stale embedded owner records when no live
|
|
@@ -719,7 +719,7 @@ derive those values from the active project. For remote SSE configs, the same
|
|
|
719
719
|
default is sent through the session header.
|
|
720
720
|
|
|
721
721
|
For local stdio clients, the generated config is intentionally self-contained:
|
|
722
|
-
it forces development-mode local settings and defaults to the embedded
|
|
722
|
+
it forces development-mode local settings and defaults to the embedded LadybugDB
|
|
723
723
|
projection. Generated stdio configs set `startup_timeout_sec` to `90` so MCP
|
|
724
724
|
clients do not kill startup while local indexes are opening or optional
|
|
725
725
|
sidecars are warming. If you explicitly choose the optional Neo4j sidecar, Zaxy
|
|
@@ -196,7 +196,7 @@ New settings (all documented in [configuration.md](configuration.md)):
|
|
|
196
196
|
hash-chained regardless.
|
|
197
197
|
- `VECTOR_ANN_THRESHOLD` (default `1000000` in 2.1.0, lowered to `100000` in
|
|
198
198
|
2.2 — see the 2.2 subsection below): per-scope vector count at which the
|
|
199
|
-
embedded backend uses
|
|
199
|
+
embedded backend uses an engine-native HNSW index; results from the
|
|
200
200
|
approximate path report `exact: false`.
|
|
201
201
|
- `VECTOR_QUANTIZATION` (`none` default, or `int8`): opt-in quantized vector
|
|
202
202
|
storage with exact float rerank of oversampled candidates.
|
|
@@ -285,6 +285,54 @@ budget bounds multi-scope cache totals). An explicit
|
|
|
285
285
|
threshold and is exempt from the byte clause. `memory_capabilities` reports
|
|
286
286
|
the effective rule under `vector_search`.
|
|
287
287
|
|
|
288
|
+
## From 2.2 to 2.3: embedded engine moves to LadybugDB
|
|
289
|
+
|
|
290
|
+
2.3 replaces the embedded projection engine. The Kuzu project was archived
|
|
291
|
+
upstream in October 2025 with 0.11.3 as its final release: it already ships
|
|
292
|
+
no macOS or Windows wheels for Python 3.14, and no Python 3.15 wheels will
|
|
293
|
+
ever exist (3.15 lands ~October 2026), so staying was a countdown, not an
|
|
294
|
+
option — **there is no opt-out**. Zaxy now exact-pins
|
|
295
|
+
[LadybugDB](https://github.com/LadybugDB/ladybug) (`ladybug==0.17.1`), the
|
|
296
|
+
actively maintained fork of the same engine. The adoption was gated on
|
|
297
|
+
re-running Zaxy's own defect reproductions and the full vector-scale and
|
|
298
|
+
graph-walk lanes against the fork.
|
|
299
|
+
|
|
300
|
+
What changes for you:
|
|
301
|
+
|
|
302
|
+
- **Storage format.** LadybugDB cannot read a projection file written by the
|
|
303
|
+
pre-fork engine. On first open of an old `embedded.kuzu`, Zaxy
|
|
304
|
+
automatically moves it (and its `.wal`) aside to
|
|
305
|
+
`<path>.pre-ladybug.bak` — **no data is deleted** — opens a fresh store at
|
|
306
|
+
the same path, and logs the rebuild instructions. Projections are derived
|
|
307
|
+
state: replay full history with `zaxy reproject <eventloom log>`, or let
|
|
308
|
+
new checkins project incrementally. `zaxy doctor` reports a leftover
|
|
309
|
+
`.pre-ladybug.bak` with a remediation line; it is safe to delete once the
|
|
310
|
+
rebuilt projection is verified. Eventloom logs — the source of truth — are
|
|
311
|
+
untouched.
|
|
312
|
+
- **Paths stay put.** The default projection path remains
|
|
313
|
+
`.eventloom/projections/embedded.kuzu`; the extension is cosmetic and
|
|
314
|
+
changing the default would orphan configured paths.
|
|
315
|
+
- **Dependency.** `pip install "zaxy-memory"` now pulls `ladybug==0.17.1`
|
|
316
|
+
instead of `kuzu`. The pin is exact on purpose (single-maintainer fork;
|
|
317
|
+
every defect verdict was verified against this version) — and pins the
|
|
318
|
+
`ladybug` PyPI name, not the stale pre-rename `real-ladybug`.
|
|
319
|
+
- **Behavior.** Query semantics, schema, retrieval results, and the ANN
|
|
320
|
+
engagement defaults are unchanged; the vector index code is unchanged
|
|
321
|
+
since the fork, and the 2.3 lane reruns reproduced the 2.2 deterministic
|
|
322
|
+
blocks (identical corpus hashes and recall). Superseded ANN shadow
|
|
323
|
+
generations are now dropped instead of emptied (full space reclaim,
|
|
324
|
+
enabled by an upstream fix verified through Zaxy's own rebuild cycle).
|
|
325
|
+
- **Vector extension fetch (local-first, one-time).** Kuzu 0.11.3 bundled the
|
|
326
|
+
vector index; LadybugDB ships it as an official `vector` extension fetched
|
|
327
|
+
on first use (a small one-time download cached under `~/.lbdb`), much like
|
|
328
|
+
installing the package itself. Zaxy fetches it automatically the first time
|
|
329
|
+
the ANN path engages, then it runs entirely on-box. Air-gapped deployments
|
|
330
|
+
that want ANN run `INSTALL vector` once on a networked host and ship the
|
|
331
|
+
`~/.lbdb` cache; with no network and no cache, approximate (HNSW) search is
|
|
332
|
+
simply unavailable and retrieval falls back to **exact** float search —
|
|
333
|
+
correct results, no error, fully on-box. The default exact path is pure
|
|
334
|
+
NumPy and needs nothing fetched.
|
|
335
|
+
|
|
288
336
|
## Compatibility Tests
|
|
289
337
|
|
|
290
338
|
The compatibility suite should prove that old public behavior still works or
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# Operations
|
|
2
2
|
|
|
3
3
|
Zaxy operations center on four tasks: keep Eventloom logs durable, keep the
|
|
4
|
-
embedded
|
|
4
|
+
embedded LadybugDB projection rebuildable, validate deployments before exposure, and
|
|
5
5
|
preserve enough observability to debug memory behavior. The full incident checklist remains in
|
|
6
6
|
[runbook.md](runbook.md); this page is the day-to-day operator summary.
|
|
7
7
|
|
|
8
8
|
Backups should include Eventloom logs, relevant configuration, and only the
|
|
9
9
|
projection data that is expensive to rebuild. Eventloom is the required source
|
|
10
|
-
of truth. The embedded
|
|
10
|
+
of truth. The embedded LadybugDB projection and optional sidecar projections can be
|
|
11
11
|
rebuilt by replay, but backing them up can reduce recovery time for large
|
|
12
12
|
deployments. Use `scripts/backup.sh` and `scripts/restore.sh` for tested local
|
|
13
13
|
archive flows.
|