v1.0.0 — first stable release
First stable release of AgentMemoryOS — a local-first memory engine for AI-agent teams.
Install: pip install 'agent-memory-os[full]' · Docker: docker pull yamantaka520/agent-memory-os:1.0.0
Highlights
Trust model & revocation — post-hoc share/revoke now propagate across the mesh via an independent ACL clock (migration 15), so revoking access actually retracts already-synced memory. Per-peer policy is an enforced authorization scope: untrusted peers can only shrink visibility, never escalate, and can't rewrite org structure they don't own.
Observability & operability — GET /healthz (integrity-aware readiness), GET /metrics (Prometheus), doctor stale-process detection; agent-memory update self-updater (upgrade + console restart via pidfile), service restart, backup --keep N (safe rotation), read-only web token tier, one-click ops maintenance.
Web console — version badge, token-usage dashboard cards (agent/team/project/total), self-update button, membership-audit viewer, graph scope filter — across 5 locales.
Quality — 300+ tests on a 3-OS CI matrix plus a migration upgrade-path job; two rounds of fan-out code + security review (reports under docs/reviews/); verified at 10k memories (add 0.17 ms, search <1 ms).
See CHANGELOG.md for the full list.
🤖 Generated with Claude Code