LICENSE
README.md
pyproject.toml
setup.py
entail/__init__.py
entail/__main__.py
entail/behaviour.py
entail/boundaries.py
entail/caps.py
entail/cli.py
entail/contracts.py
entail/core.py
entail/coverage.py
entail/diagnose.py
entail/epochs.py
entail/facts.py
entail/gguf.py
entail/hook.py
entail/kv_contract.py
entail/load.py
entail/manifest.py
entail/observe.py
entail/policies.py
entail/preflight.py
entail/probes.py
entail/propagate.py
entail/pytest_plugin.py
entail/readers.py
entail/record.py
entail/request_contract.py
entail/signatures.py
entail/sites.py
entail/sources.py
entail/tally.py
entail/testing.py
entail/adapters/__init__.py
entail/adapters/base.py
entail/adapters/cache_contract.py
entail/adapters/comfyui.py
entail/adapters/comfyui_repair.py
entail/adapters/diffusers_adapter.py
entail/adapters/rope_alias.py
entail/adapters/sglang_adapter.py
entail/adapters/sglang_cache_contract.py
entail/adapters/sglang_serve.py
entail/adapters/transformers_adapter.py
entail/adapters/transformers_config.py
entail/adapters/transformers_template.py
entail/adapters/vllm_attention.py
entail/adapters/vllm_cache_contract.py
entail/adapters/vllm_layout.py
entail/adapters/vllm_loader.py
entail/adapters/vllm_serve.py
entail/adapters/vllm_source.py
entail/adapters/autoinstall/__init__.py
entail/adapters/autoinstall/sitecustomize.py
entail/data/aliases.json
entail/data/caps.json
entail/data/config_keys.json
entail/data/signatures.json
entail/frontend/__init__.py
entail/frontend/graph.py
entail/frontend/kernels.py
entail/frontend/ops.py
entail/frontend/qwen3.py
entail_ai.egg-info/PKG-INFO
entail_ai.egg-info/SOURCES.txt
entail_ai.egg-info/dependency_links.txt
entail_ai.egg-info/entry_points.txt
entail_ai.egg-info/top_level.txt
tests/test_adapter.py
tests/test_adapter_rules.py
tests/test_autoinstall.py
tests/test_behaviour.py
tests/test_boundary.py
tests/test_cache_contract.py
tests/test_caps.py
tests/test_comfyui.py
tests/test_comfyui_repair.py
tests/test_contracts.py
tests/test_core.py
tests/test_coverage.py
tests/test_diffusers_adapter.py
tests/test_epochs.py
tests/test_facts_v1.py
tests/test_frontend.py
tests/test_frontend_qwen3.py
tests/test_image_contracts.py
tests/test_kv_contract.py
tests/test_load.py
tests/test_locate.py
tests/test_logs.py
tests/test_manifest.py
tests/test_preflight.py
tests/test_propagate.py
tests/test_pytest_plugin.py
tests/test_report.py
tests/test_request_contract.py
tests/test_rope_alias.py
tests/test_sglang_cache_contract.py
tests/test_signatures.py
tests/test_skeleton.py
tests/test_sources.py
tests/test_transformers_template.py
tests/test_vllm_cache_contract.py
tests/test_vllm_layout.py
tests/test_vllm_serve.py
tests/test_vllm_source.py