LICENSE
README.md
pyproject.toml
hallx/__init__.py
hallx/calibration.py
hallx/consistency.py
hallx/core.py
hallx/grounding.py
hallx/py.typed
hallx/retry.py
hallx/schema.py
hallx/scoring.py
hallx/types.py
hallx.egg-info/PKG-INFO
hallx.egg-info/SOURCES.txt
hallx.egg-info/dependency_links.txt
hallx.egg-info/requires.txt
hallx.egg-info/top_level.txt
hallx/adapters/__init__.py
hallx/adapters/anthropic.py
hallx/adapters/base.py
hallx/adapters/gemini.py
hallx/adapters/grok.py
hallx/adapters/huggingface.py
hallx/adapters/ollama.py
hallx/adapters/openai.py
hallx/adapters/openrouter.py
hallx/adapters/perplexity.py
hallx/utils/text.py
tests/test_adapters.py
tests/test_calibration.py
tests/test_calibration_paths.py
tests/test_consistency.py
tests/test_grounding.py
tests/test_production.py
tests/test_retry.py
tests/test_schema.py
tests/test_scoring.py