LICENSE
README.md
pyproject.toml
tests/test_beliefs.py
tests/test_cli.py
tests/test_demo.py
tests/test_episode.py
tests/test_evaluate.py
tests/test_fn.py
tests/test_graph.py
tests/test_invariants.py
tests/test_ledger.py
tests/test_models.py
tests/test_news_experiment.py
tests/test_persist.py
tests/test_policy.py
tests/test_routing.py
tests/test_second_opinions.py
tests/test_store.py
tests/test_thing.py
tests/test_validators_consistency.py
tests/test_validators_executable.py
tests/test_validators_form.py
tests/test_validators_grounding.py
tests/test_validators_reference.py
tests/test_validators_registry.py
thinair/GROUNDING.md
thinair/__init__.py
thinair/beliefs.py
thinair/cli.py
thinair/debug.py
thinair/episode.py
thinair/evaluate.py
thinair/fn.py
thinair/ledger.py
thinair/persist.py
thinair/policy.py
thinair/store.py
thinair/thing.py
thinair.egg-info/PKG-INFO
thinair.egg-info/SOURCES.txt
thinair.egg-info/dependency_links.txt
thinair.egg-info/entry_points.txt
thinair.egg-info/requires.txt
thinair.egg-info/top_level.txt
thinair/engine/__init__.py
thinair/engine/openai_compat.py
thinair/engine/prompts.py
thinair/models/__init__.py
thinair/models/_template/__init__.py
thinair/models/_template/model.py
thinair/models/deepseek_v4/__init__.py
thinair/models/deepseek_v4/model.py
thinair/models/gpt_oss/__init__.py
thinair/models/gpt_oss/model.py
thinair/models/qwen3_35b/__init__.py
thinair/models/qwen3_35b/model.py
thinair/validators/__init__.py
thinair/validators/consistency.py
thinair/validators/executable.py
thinair/validators/form.py
thinair/validators/grounding.py
thinair/validators/reference.py