README.md
pyproject.toml
src/ailocalmemory/__init__.py
src/ailocalmemory.egg-info/PKG-INFO
src/ailocalmemory.egg-info/SOURCES.txt
src/ailocalmemory.egg-info/dependency_links.txt
src/ailocalmemory.egg-info/requires.txt
src/ailocalmemory.egg-info/top_level.txt
src/ailocalmemory/adapters/__init__.py
src/ailocalmemory/adapters/base.py
src/ailocalmemory/adapters/ollama_adapter.py
src/ailocalmemory/adapters/openai_adapter.py
src/ailocalmemory/core/__init__.py
src/ailocalmemory/core/optimizer.py
src/ailocalmemory/core/session.py
src/ailocalmemory/core/storage.py
tests/test_adapters.py
tests/test_core.py