LICENSE
NOTICE
README-pypi.md
README.md
pyproject.toml
src/thingctx/__init__.py
src/thingctx/chain.py
src/thingctx/cli.py
src/thingctx/client.py
src/thingctx/contracts.py
src/thingctx/gateway.py
src/thingctx/lifecycle.py
src/thingctx/lint.py
src/thingctx/netpolicy.py
src/thingctx/openapi.py
src/thingctx/py.typed
src/thingctx/quality.py
src/thingctx/registry.py
src/thingctx/reliability.py
src/thingctx/runtime.py
src/thingctx/testing.py
src/thingctx/thing.py
src/thingctx/trust.py
src/thingctx/validate.py
src/thingctx.egg-info/PKG-INFO
src/thingctx.egg-info/SOURCES.txt
src/thingctx.egg-info/dependency_links.txt
src/thingctx.egg-info/entry_points.txt
src/thingctx.egg-info/requires.txt
src/thingctx.egg-info/top_level.txt
src/thingctx/auth/__init__.py
src/thingctx/auth/context.py
src/thingctx/auth/credentials.py
src/thingctx/auth/http.py
src/thingctx/auth/media.py
src/thingctx/auth/mqtt.py
src/thingctx/auth/oauth_consent.py
src/thingctx/auth/providers.py
src/thingctx/auth/registry.py
src/thingctx/auth/resolve.py
src/thingctx/auth/secret.py
src/thingctx/auth/sigv4.py
src/thingctx/auth/store.py
src/thingctx/authz/__init__.py
src/thingctx/authz/authzen.py
src/thingctx/authz/pdp.py
src/thingctx/authz/pep.py
src/thingctx/authz/vocabulary.py
src/thingctx/bindings/__init__.py
src/thingctx/bindings/base.py
src/thingctx/bindings/registry.py
src/thingctx/bindings/builtin/__init__.py
src/thingctx/bindings/builtin/exec.py
src/thingctx/bindings/builtin/http.py
src/thingctx/bindings/builtin/local.py
src/thingctx/bindings/builtin/mqtt.py
src/thingctx/bindings/builtin/media/__init__.py
src/thingctx/bindings/builtin/media/backends.py
src/thingctx/bindings/builtin/media/binding.py
src/thingctx/bindings/builtin/media/encode.py
src/thingctx/bindings/builtin/media/frame.py
src/thingctx/bindings/builtin/media/sample.py
src/thingctx/contrib/__init__.py
src/thingctx/contrib/filesystem.py
src/thingctx/contrib/llm.py
src/thingctx/contrib/time.py
src/thingctx/data/td-schema-1.1.json
src/thingctx/extensions/__init__.py
src/thingctx/extensions/prompts.py
src/thingctx/gateways/__init__.py
src/thingctx/gateways/engine.py
src/thingctx/gateways/registry.py
src/thingctx/gateways/builtin/mcp.py
src/thingctx/gateways/builtin/mqtt.py
src/thingctx/identity/__init__.py
src/thingctx/identity/guard.py
src/thingctx/identity/jwt_guard.py
src/thingctx/identity/provider.py
src/thingctx/identity/registry.py
src/thingctx/identity/providers/__init__.py
src/thingctx/identity/providers/cloudflare.py
src/thingctx/identity/providers/entra.py
src/thingctx/integrations/__init__.py
src/thingctx/integrations/connect.py
src/thingctx/integrations/mcp.py
src/thingctx/skill/SKILL.md
tests/test_add_things.py
tests/test_auth_appliers.py
tests/test_auth_extensible.py
tests/test_auth_jwt_bearer.py
tests/test_auth_sigv4.py
tests/test_authz.py
tests/test_authz_agent_identity.py
tests/test_authz_gateway.py
tests/test_authz_mcp.py
tests/test_authz_pdp_parity.py
tests/test_binding_auth.py
tests/test_binding_contract.py
tests/test_check_reuse.py
tests/test_cli_invoke.py
tests/test_cli_registry_skill.py
tests/test_cloudflare_guard.py
tests/test_connect.py
tests/test_core.py
tests/test_credential_redaction.py
tests/test_dogfood_surface.py
tests/test_examples_smoke.py
tests/test_exec_binding.py
tests/test_gateway.py
tests/test_gateways_engine.py
tests/test_gateways_event_authz.py
tests/test_gateways_mcp.py
tests/test_guard.py
tests/test_hardening.py
tests/test_hardening_auth_registry.py
tests/test_http_href_query.py
tests/test_http_upload.py
tests/test_invariant_gaps.py
tests/test_lean_core.py
tests/test_lint.py
tests/test_local_handlers.py
tests/test_mcp_bridge.py
tests/test_mcp_http.py
tests/test_mcp_policy.py
tests/test_media_auth.py
tests/test_media_autodetect.py
tests/test_media_binding.py
tests/test_media_publish.py
tests/test_media_reliability.py
tests/test_media_remux.py
tests/test_media_roundtrip_matrix.py
tests/test_media_timeout.py
tests/test_media_wiring.py
tests/test_mqtt_live.py
tests/test_mqtt_live_reliability.py
tests/test_mqtt_reliability.py
tests/test_oauth2.py
tests/test_oauth2_live.py
tests/test_oauth_authorization_code.py
tests/test_openapi.py
tests/test_openapi_widen.py
tests/test_packaging_floors.py
tests/test_provider.py
tests/test_quality.py
tests/test_quickstart.py
tests/test_quiet_startup.py
tests/test_registry.py
tests/test_reliability.py
tests/test_response_chain.py
tests/test_runtime_coverage.py
tests/test_scalar_input.py
tests/test_schema_current.py
tests/test_secret.py
tests/test_secret_projection.py
tests/test_td_coverage.py
tests/test_time.py
tests/test_tool_name_conformance.py
tests/test_trust.py
tests/test_trust_mcp.py