MANIFEST.in
README.md
setup.py
catch_cap/__init__.py
catch_cap/confidence.py
catch_cap/config.py
catch_cap/exceptions.py
catch_cap/logging.py
catch_cap/types.py
catch_cap/utils.py
catch_cap.egg-info/PKG-INFO
catch_cap.egg-info/SOURCES.txt
catch_cap.egg-info/dependency_links.txt
catch_cap.egg-info/requires.txt
catch_cap.egg-info/top_level.txt
catch_cap/clients/__init__.py
catch_cap/clients/base.py
catch_cap/clients/gemini_client.py
catch_cap/clients/groq_client.py
catch_cap/clients/openai_client.py
catch_cap/detection/__init__.py
catch_cap/detection/logprobs.py
catch_cap/detection/semantic_entropy.py
catch_cap/judge/__init__.py
catch_cap/judge/base.py
catch_cap/judge/llm_judge.py
catch_cap/pipeline/__init__.py
catch_cap/pipeline/catch_cap.py
catch_cap/web_search/__init__.py
catch_cap/web_search/base.py
catch_cap/web_search/searxng.py
catch_cap/web_search/synthesizer.py
catch_cap/web_search/tavily.py
tests/__init__.py
tests/integration/__init__.py
tests/unit/__init__.py
tests/unit/test_confidence.py
tests/unit/test_logprobs.py
tests/unit/test_semantic_entropy.py