LICENSE
README.md
pyproject.toml
src/attestq/__init__.py
src/attestq/chunking.py
src/attestq/cli.py
src/attestq/demo.py
src/attestq/embedders.py
src/attestq/engine.py
src/attestq/export.py
src/attestq/io.py
src/attestq/loaders.py
src/attestq/models.py
src/attestq/prompts.py
src/attestq/protocols.py
src/attestq/store.py
src/attestq.egg-info/PKG-INFO
src/attestq.egg-info/SOURCES.txt
src/attestq.egg-info/dependency_links.txt
src/attestq.egg-info/entry_points.txt
src/attestq.egg-info/requires.txt
src/attestq.egg-info/top_level.txt
src/attestq/adapters/__init__.py
src/attestq/adapters/_util.py
src/attestq/adapters/chroma.py
src/attestq/adapters/ollama.py
src/attestq/adapters/openai_chat.py
src/attestq/adapters/openai_embed.py
src/attestq/adapters/rerank.py
tests/test_adapters.py
tests/test_cli_demo.py
tests/test_engine.py
tests/test_export_io.py
tests/test_gating.py
tests/test_loaders.py