Skip to content

ContextVault MemoryAgent v0.1.0

Latest

Choose a tag to compare

@panualaluusua panualaluusua released this 05 Jul 16:49

First public release of ContextVault MemoryAgent: an auditable, governed long-term memory layer for AI agents.

Highlights:

  • typed and temporal memories with deterministic stale, supersedes, and contradiction resolution
  • governed writes with allow, redact, quarantine, and block outcomes
  • source-cited memory packs, typed relations, JSONL traces, and context receipts
  • CLI, HTTP API, read-only FastMCP adapter, Docker and Compose

Verified release evidence:

  • hosted GitHub Actions quality and container jobs passed for commit 4c0518f
  • fresh GitHub clone: Ruff passed, MyPy passed, 47/47 tests passed
  • golden evaluation: 3/3 passed, recall@3 1.000, MRR 0.833
  • clean-clone Docker image ran as UID 10001 and returned health status ok
  • project dependency audit found no known vulnerabilities

Current boundaries:

  • single-user, single-writer portfolio MVP
  • deterministic lexical retrieval, not embedding or hybrid search
  • public hosting, live Qwen/Ollama verification, TLS, multi-user identity and backups are out of scope