LICENSE
README.md
pyproject.toml
src/rag_eval_gate/__init__.py
src/rag_eval_gate/audit.py
src/rag_eval_gate/backends.py
src/rag_eval_gate/cli.py
src/rag_eval_gate/conformal.py
src/rag_eval_gate/goldset.py
src/rag_eval_gate/harness.py
src/rag_eval_gate/metrics.py
src/rag_eval_gate/power.py
src/rag_eval_gate/ppi.py
src/rag_eval_gate/report.py
src/rag_eval_gate/sequential.py
src/rag_eval_gate/stats.py
src/rag_eval_gate/version.py
src/retrieval_eval_gate.egg-info/PKG-INFO
src/retrieval_eval_gate.egg-info/SOURCES.txt
src/retrieval_eval_gate.egg-info/dependency_links.txt
src/retrieval_eval_gate.egg-info/entry_points.txt
src/retrieval_eval_gate.egg-info/requires.txt
src/retrieval_eval_gate.egg-info/top_level.txt
tests/test_audit.py
tests/test_conformal.py
tests/test_pipeline.py
tests/test_ppi.py
tests/test_sequential.py
tests/test_stats.py