LICENSE
README.md
pyproject.toml
dokis/__init__.py
dokis/__main__.py
dokis/cli.py
dokis/config.py
dokis/exceptions.py
dokis/formatter.py
dokis/middleware.py
dokis/models.py
dokis.egg-info/PKG-INFO
dokis.egg-info/SOURCES.txt
dokis.egg-info/dependency_links.txt
dokis.egg-info/entry_points.txt
dokis.egg-info/requires.txt
dokis.egg-info/top_level.txt
dokis/adapters/__init__.py
dokis/adapters/langchain.py
dokis/adapters/llamaindex.py
dokis/core/__init__.py
dokis/core/enforcer.py
dokis/core/extractor.py
dokis/core/freshness.py
dokis/core/matcher.py
dokis/core/scorer.py
tests/test_adapters.py
tests/test_cli.py
tests/test_config.py
tests/test_enforcer.py
tests/test_extractor.py
tests/test_freshness.py
tests/test_init.py
tests/test_matcher.py
tests/test_middleware.py
tests/test_scorer.py