Skip to content

Mimir v1.2.0 — Phase 2: Multi-Agent & Federation

Choose a tag to compare

@tcconnally tcconnally released this 20 Jun 03:15
· 35 commits to main since this release
71e60b5

Mimir v1.2.0 — Phase 2: Multi-Agent & Federation

Theme: "One memory engine, many agents, many workspaces." Q4 2026, 4 ships.


Workspace Scoping (#175)

workspace_hash column for multi-agent isolation. Agent A's memories invisible to Agent B. Scoped recall filter. Latent bug fixed: always_on/certainty were silently dropped on every recall (short SELECT lists).

Agent Identity (#176)

agent_id on entities + journal. Every entity tracks which agent wrote it. Context injection can filter by agent. Journal timeline shows agent attribution.

Cross-Workspace Federation (#177)

mimir_federate tool: export→remap workspace_hash→import between workspaces. Vault export now scopeable by workspace. .md frontmatter preserves workspace_hash + agent_id.

Access Controls (#178)

visibility column (private/workspace/public). mimir_share tool for sharing individual entities. --workspace-token CLI flag for cross-workspace auth. 33 MCP tools total.


By the numbers

  • 4 PRs merged (Week 1-11)
  • 5 new entity columns: workspace_hash, agent_id, visibility (+ journal equivalents)
  • 2 new MCP tools: mimir_federate, mimir_share
  • 33 total MCP tools (was 31 in v1.1.0)
  • 31 passing Rust tests (+16 Python integration tests)
  • 8.7 MB binary

Install

curl -sSL https://raw.githubusercontent.com/Perseus-Computing-LLC/mimir/main/scripts/bootstrap.sh | bash

Or download the binary from the assets below.