Expand description
Contracts bridge — implements agentic-contracts v0.2.0 traits for Memory.
This module provides MemorySister, a contracts-compliant wrapper
around the core MemoryGraph + engines. It implements:
Sister— lifecycle managementSessionManagement— append-only sequential sessionsGrounding— BM25-based claim verificationQueryable— unified query interfaceFileFormatReader/FileFormatWriter— .amem file I/O
The MCP server can use MemorySister instead of raw graph + engines
to get compile-time contracts compliance.
Structs§
- Memory
Sister - Contracts-compliant Memory sister.