LICENSE
README.md
setup.py
tests/__init__.py
tests/evaluators/__init__.py
tests/evaluators/test_by_words.py
tests/evaluators/test_exact.py
tests/evaluators/test_similarity.py
tests/utils/__init__.py
tests/utils/test_config_content.py
tests/utils/test_load.py
thabit/__init__.py
thabit/__main__.py
thabit/thabit.py
thabit.egg-info/PKG-INFO
thabit.egg-info/SOURCES.txt
thabit.egg-info/dependency_links.txt
thabit.egg-info/entry_points.txt
thabit.egg-info/requires.txt
thabit.egg-info/top_level.txt
thabit/constants/__init__.py
thabit/constants/platform.py
thabit/evaluators/__init__.py
thabit/evaluators/by_words.py
thabit/evaluators/eval.py
thabit/evaluators/exact.py
thabit/evaluators/similarity.py
thabit/routes/__init__.py
thabit/routes/ui.py
thabit/services/__init__.py
thabit/services/dataset.py
thabit/services/evaluate.py
thabit/templates/config.html
thabit/templates/dataset.html
thabit/utils/__init__.py
thabit/utils/cli.py
thabit/utils/config.py
thabit/utils/llm.py
thabit/utils/load.py
thabit/utils/logger.py