engram / kvcos /__init__.py
eigengram's picture
feat: upload core kvcos library
0769ff3 verified
Raw
History Blame Contribute Delete
160 Bytes
"""ENGRAM Protocol — KV cache fingerprinting for persistent semantic retrieval."""
from kvcos.core.types import ENGRAM_VERSION
__version__ = ENGRAM_VERSION