LICENSE
MANIFEST.in
README.md
pyproject.toml
src/trustgate/CHANGELOG.md
src/trustgate/__init__.py
src/trustgate/_bus.py
src/trustgate/_config.py
src/trustgate/_joiner.py
src/trustgate/_metadata.py
src/trustgate/_transport.py
src/trustgate/_version.py
src/trustgate/async_client.py
src/trustgate/audit.py
src/trustgate/client.py
src/trustgate/context.py
src/trustgate/decision.py
src/trustgate/exceptions.py
src/trustgate/gemini.py
src/trustgate/http_client.py
src/trustgate/patch.py
src/trustgate/rag.py
src/trustgate/retry.py
src/trustgate/tracer.py
src/trustgate.egg-info/PKG-INFO
src/trustgate.egg-info/SOURCES.txt
src/trustgate.egg-info/dependency_links.txt
src/trustgate.egg-info/requires.txt
src/trustgate.egg-info/top_level.txt
src/trustgate/middleware/__init__.py
src/trustgate/middleware/crewai.py
src/trustgate/middleware/langchain.py
src/trustgate/middleware/langgraph.py
src/trustgate/middleware/llamaindex.py
tests/test_a2a_propagation.py
tests/test_acceptance_direct_client.py
tests/test_async_client.py
tests/test_collectors.py
tests/test_collectors_without_frameworks.py
tests/test_config_guards.py
tests/test_contract_sync.py
tests/test_contract_version_header.py
tests/test_decision.py
tests/test_decision_request_id.py
tests/test_direct_client_joiner.py
tests/test_dropped_carrier_warning.py
tests/test_exceptions.py
tests/test_http_client_factory.py
tests/test_is_trustgate_block.py
tests/test_langchain_agent_demo.py
tests/test_langchain_decision.py
tests/test_patch_deprecation.py
tests/test_patched_construction.py
tests/test_patched_refusals.py
tests/test_provider_credential_transit.py
tests/test_retries.py
tests/test_retrieval_bus.py
tests/test_session_at_origin.py
tests/test_surface.py
tests/test_tracer_honesty.py
tests/test_trustgate.py