LICENSE
README.md
pyproject.toml
lore_memory/__init__.py
lore_memory/cli.py
lore_memory/cognition.py
lore_memory/config.py
lore_memory/darwin.py
lore_memory/hooks.py
lore_memory/prefetch.py
lore_memory/sync.py
lore_memory.egg-info/PKG-INFO
lore_memory.egg-info/SOURCES.txt
lore_memory.egg-info/dependency_links.txt
lore_memory.egg-info/entry_points.txt
lore_memory.egg-info/requires.txt
lore_memory.egg-info/top_level.txt
lore_memory/core/__init__.py
lore_memory/core/schema.py
lore_memory/core/store.py
lore_memory/core/wal.py
lore_memory/extraction/__init__.py
lore_memory/layers/__init__.py
lore_memory/layers/identity.py
lore_memory/mcp/__init__.py
lore_memory/mcp/server.py
lore_memory/mcp/tools.py
lore_memory/pipeline/__init__.py
tests/test_cli.py
tests/test_cognition.py
tests/test_darwin.py
tests/test_layers.py
tests/test_mcp.py
tests/test_prefetch.py
tests/test_store.py
tests/test_sync.py