.gitignore
ARCHITECTURE.md
LICENSE
README.md
memsmith.md
pyproject.toml
.github/workflows/ci.yml
examples/README.md
examples/agent_memory/__init__.py
examples/agent_memory/agent.py
examples/agent_memory/hooks.py
examples/agent_memory/main.py
examples/agent_memory/models.py
examples/agent_memory/reviewer.py
examples/agent_memory/validators.py
memsmith/__init__.py
memsmith/_backend.py
memsmith/_errors.py
memsmith/_hashing.py
memsmith/_hooks.py
memsmith/_migrations.py
memsmith/_sqlite.py
memsmith/_store.py
memsmith/_types.py
memsmith/_validators.py
memsmith.egg-info/PKG-INFO
memsmith.egg-info/SOURCES.txt
memsmith.egg-info/dependency_links.txt
memsmith.egg-info/requires.txt
memsmith.egg-info/scm_file_list.json
memsmith.egg-info/scm_version.json
memsmith.egg-info/top_level.txt
tests/test_chunk1.py
tests/test_chunk2.py
tests/test_chunk3.py