Skip to content

Vault-for-LLM v0.7.22

Choose a tag to compare

@zycaskevin zycaskevin released this 01 Jul 07:57

Vault-for-LLM v0.7.22

v0.7.22 focuses on making Vault easier to connect to many agents without
spreading memory across many tools.

Highlights

  • vault gateway serve adds one small HTTP entrypoint for agents, scripts, and
    hosted-tool bridges that do not need the full CLI or MCP surface.
  • Gateway supports health checks, search, bounded source reading, and
    candidate-first memory submission.
  • Gateway is conservative by default: token authentication is on, agents must
    identify themselves, private memory stays hidden, and writes go to review
    candidates rather than active knowledge.
  • vault import memory can preview and import memory from other tools or chat
    exports as candidates, including Markdown, JSON, CSV, transcript, and
    OKF-like inputs.

Why It Matters

Vault can now act more like one governed memory door:

Agent / workflow / device -> Vault Gateway -> reviewed local memory

The storage and transport adapters can evolve later, but users keep one
inspectable memory vault.

Install

pip install --upgrade "vault-for-llm[mcp,supabase]==0.7.22"

First Checks

vault gateway --help
vault import memory --help
vault doctor

Validation

This release line was checked with Gateway tests, memory migration tests,
project-dir tests, access-policy tests, MCP security tests, and the full local
suite: 2338 passed, 10 skipped.