LICENSE
README.md
pyproject.toml
src/memlife/__init__.py
src/memlife/config.py
src/memlife/embedders.py
src/memlife/gc.py
src/memlife/io.py
src/memlife/llm.py
src/memlife/mcp_server.py
src/memlife/models.py
src/memlife/protocols.py
src/memlife/reflection.py
src/memlife/retrieval.py
src/memlife/store.py
src/memlife/sync_store.py
src/memlife/vectors.py
src/memlife.egg-info/PKG-INFO
src/memlife.egg-info/SOURCES.txt
src/memlife.egg-info/dependency_links.txt
src/memlife.egg-info/entry_points.txt
src/memlife.egg-info/requires.txt
src/memlife.egg-info/top_level.txt
src/memlife/adapters/__init__.py
src/memlife/adapters/ollama.py
src/memlife/adapters/openai.py
src/memlife/adapters/sentence_transformers.py
tests/test_lifecycle.py
tests/test_mcp.py
tests/test_ollama_adapter.py
tests/test_reflection.py
tests/test_retrieval.py
tests/test_store.py
tests/test_sync_store.py