LICENSE
README.md
pyproject.toml
setup.py
afterimage/__init__.py
afterimage/__main__.py
afterimage/cli.py
afterimage/config.py
afterimage/embeddings.py
afterimage/extract.py
afterimage/filter.py
afterimage/inject.py
afterimage/kb.py
afterimage/migrate.py
afterimage/search.py
afterimage/storage/__init__.py
afterimage/storage/base.py
afterimage/storage/postgres_backend.py
afterimage/storage/sqlite_backend.py
ai_afterimage.egg-info/PKG-INFO
ai_afterimage.egg-info/SOURCES.txt
ai_afterimage.egg-info/dependency_links.txt
ai_afterimage.egg-info/entry_points.txt
ai_afterimage.egg-info/requires.txt
ai_afterimage.egg-info/top_level.txt
hooks/README.md
hooks/afterimage_hook.py
tests/test_cli.py
tests/test_extract.py
tests/test_filter.py
tests/test_inject.py
tests/test_integration.py
tests/test_kb.py
tests/test_search.py