LICENSE
README.md
pyproject.toml
grounded_reasoning/__init__.py
grounded_reasoning/_version.py
grounded_reasoning.egg-info/PKG-INFO
grounded_reasoning.egg-info/SOURCES.txt
grounded_reasoning.egg-info/dependency_links.txt
grounded_reasoning.egg-info/entry_points.txt
grounded_reasoning.egg-info/requires.txt
grounded_reasoning.egg-info/top_level.txt
grounded_reasoning/agent/__init__.py
grounded_reasoning/agent/mcp_server.py
grounded_reasoning/agent/tool.py
grounded_reasoning/agent/verifier.py
grounded_reasoning/experiments/__init__.py
grounded_reasoning/experiments/agent_demo.py
grounded_reasoning/experiments/clutrr_eval.py
grounded_reasoning/experiments/conformal_llm_eval.py
grounded_reasoning/experiments/guard_cost_eval.py
grounded_reasoning/experiments/guard_llm_eval.py
grounded_reasoning/experiments/inference_eval.py
grounded_reasoning/experiments/nl_ontology_eval.py
grounded_reasoning/experiments/self_grounded_eval.py
grounded_reasoning/experiments/transitivity_calibration_eval.py
grounded_reasoning/reasoning/__init__.py
grounded_reasoning/reasoning/abstract_inference.py
grounded_reasoning/reasoning/composition_algebra.py
grounded_reasoning/reasoning/conformal_reasoning.py
grounded_reasoning/reasoning/horn.py
grounded_reasoning/reasoning/llm_client.py
grounded_reasoning/reasoning/operator_algebra.py
grounded_reasoning/reasoning/relation_spectrum.py
grounded_reasoning/reasoning/transitivity_calibration.py
grounded_reasoning/theory/__init__.py
grounded_reasoning/theory/theorems.py
tests/test_abstract_inference.py
tests/test_agent.py
tests/test_clutrr_solver.py
tests/test_composition_conformal_regressions.py
tests/test_conformal_llm.py
tests/test_examples.py
tests/test_fuzz_regressions.py
tests/test_guard_llm.py
tests/test_horn_composition.py
tests/test_llm_client.py
tests/test_llm_client_regressions.py
tests/test_operator_algebra.py
tests/test_public_api.py
tests/test_relation_spectrum.py
tests/test_robustness.py
tests/test_self_grounded.py
tests/test_spectrum_regressions.py
tests/test_theorems.py
tests/test_transitivity_calibration.py
tests/test_transitivity_calibration_eval.py
tests/test_world_builder_consistency.py