Skip to content

v0.2.0 — Shared Agent Memory

Latest

Choose a tag to compare

@bitreonx bitreonx released this 19 Jun 08:27

Shared Agent Memory

Mnemos now analyzes your repository once and writes pre-sharded memory files that every agent — main, subagent, or background task — can load without re-reading source.

CLI

mnemos memory build .
mnemos memory serve      # localhost:4000
mnemos memory stats
mnemos memory budget 10000
mnemos memory shard
mnemos memory inspect domain auth

HTTP endpoints (read-only)

  • GET /domain/:name · GET /flow/:name · GET /dna
  • GET /shards · GET /memory/stats · GET /memory/budget?budget=10000
  • GET /impact/:node?fast=1

Website

  • Compact homepage hook section (14% subagent waste → shared memory)
  • Full docs at /docs/shared-agent-memory

Verification

  • All workspaces build cleanly
  • 66/66 core tests pass
  • CLI version: 0.2.0