v0.1.0
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 withsqlite-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_historyand
recall_user_memory. - Conformance and reliability test suite.