LICENSE
NOTICE
README.md
pyproject.toml
factgate/__init__.py
factgate/gate.py
factgate/kb_service.py
factgate/llm.py
factgate/stats.py
factgate.egg-info/PKG-INFO
factgate.egg-info/SOURCES.txt
factgate.egg-info/dependency_links.txt
factgate.egg-info/requires.txt
factgate.egg-info/top_level.txt
factgate/bench/__init__.py
factgate/bench/common.py
factgate/bench/results.py
factgate/bench/runner.py
factgate/bench/splits.py
factgate/datagen/__init__.py
factgate/datagen/build_kb.py
factgate/datagen/chains.py
factgate/datagen/corrupt.py
factgate/datagen/idk.py
factgate/datagen/protocol.py
factgate/datagen/qa.py
factgate/datagen/run_all.py
factgate/datagen/schema.py
factgate/datagen/templates.py
factgate/domain/__init__.py
factgate/domain/factset.py
factgate/domain/gate.py
factgate/domain/link.py
factgate/domain/quantity.py
factgate/domain/residue.py
factgate/domain/suggest.py
factgate/hallugate/__init__.py
factgate/hallugate/extract.py
factgate/hallugate/policy.py
factgate/hallugate/ragtruth.py
tests/test_adversarial_extraction.py
tests/test_bench.py
tests/test_conditional.py
tests/test_datagen.py
tests/test_domain.py
tests/test_domain_hardening.py
tests/test_extraction_paths.py
tests/test_gate.py
tests/test_hallugate.py
tests/test_hallugate_policy.py
tests/test_invariants.py
tests/test_link.py
tests/test_llm_retry.py
tests/test_production_hardening.py
tests/test_range.py
tests/test_readme_example.py
tests/test_residue.py
tests/test_suggest.py
tests/test_value_grammar.py
tests/test_verdict_paths.py