Reflective memory library for storing and searching documents by meaning using vector embeddings and tag-based metadata. Current version 0.143.3, requires Python >=3.11, <3.14. Active development with frequent releases (multiple per month).
pip install keep-skillVerified import paths — ran on the pinned version, not inferred.
Create a Keep client, add a document with tags, and search by semantic similarity.
Replace accesses to tags['type'] with tags.get('kind', tags.get('type')).Start the daemon in a separate terminal: keep daemon
Upgrade to version 0.143.2 or later: pip install --upgrade keep-skill
Use httpx settings or rely on the default Keep client configuration.
No dependency data recorded yet.