Skip to content

v0.1.0

Choose a tag to compare

@PyroDonkey PyroDonkey released this 07 Jul 21:03
· 177 commits to main since this release
b1d1bf2

Initial public release of the Vexic memory core.

Added

  • Local-first, provenance-first memory core for long-running AI agents.
  • Public contract models (MemoryScope, MemoryCapability, MemoryService)
    with a versioned contract surface.
  • LocalMemoryService, a SQLite reference implementation with sqlite-vec
    vector search and hybrid retrieval.
  • Three-tier memory model: append-only cleaned transcript, staged memory
    candidates, and durable long-term facts, each carrying source provenance.
  • Read-only local MCP server exposing recall_conversation_history and
    recall_user_memory.
  • Conformance and reliability test suite.