LICENSE
README.md
pyproject.toml
larpie/__init__.py
larpie/cache.py
larpie/cli.py
larpie/exceptions.py
larpie/middleware.py
larpie/scoring.py
larpie/segmenter.py
larpie.egg-info/PKG-INFO
larpie.egg-info/SOURCES.txt
larpie.egg-info/dependency_links.txt
larpie.egg-info/entry_points.txt
larpie.egg-info/requires.txt
larpie.egg-info/top_level.txt
larpie/algorithms/__init__.py
larpie/algorithms/ablation.py
larpie/algorithms/base.py
larpie/algorithms/likelihood.py
larpie/algorithms/similarity.py
larpie/dashboard/__init__.py
larpie/engines/__init__.py
larpie/engines/base.py
larpie/engines/capability_probe.py
larpie/engines/hf_engine.py
larpie/engines/litellm_engine.py
tests/test_ablation.py
tests/test_capability_probe.py
tests/test_cli.py
tests/test_error_handling.py
tests/test_hf_engine.py
tests/test_likelihood.py
tests/test_middleware.py
tests/test_scale.py
tests/test_scoring.py
tests/test_segmenter.py
tests/test_similarity.py