LICENSE
MANIFEST.in
NOTICE.md
README.md
pyproject.toml
docs/ADR-016_Context_Layer.md
docs/COMPLIANCE.md
docs/DOMAIN_SURFACES.md
docs/FEATURES.md
docs/MCP_SECURITY_SPEC.md
docs/POST_MVP.md
docs/PRODUCT_MATRIX.md
docs/RECEIPTS.md
docs/STANDARDS.md
docs/TECHNOLOGY.md
docs/TOOL_PKI.md
docs/TRUSTCHAIN_CONTEXT_LAYER.md
docs/TRUSTCHAIN_VS_GIT.md
docs/V3_DAG_MERGE.md
docs/blog-ai-without-trustchain.md
docs/chrome-extension-concept.md
docs/eu-ai-act-compliance.md
docs/langchain-quickstart.md
docs/public-registry.md
docs/rfc-mcp-tool-signing.md
docs/wiki/API-Reference.md
docs/wiki/Architecture.md
docs/wiki/Examples.md
docs/wiki/FAQ.md
docs/wiki/Getting-Started.md
docs/wiki/Home.md
docs/wiki/Security.md
examples/__init__.py
examples/api_agent.py
examples/basic_usage.py
examples/database_agent.py
examples/full_enforcement_demo.py
examples/hallucination_demo.py
examples/javascript_integration.py
examples/langchain_agent.py
examples/legal_rag_demo.py
examples/llm_integrations.py
examples/llm_real_api_examples.py
examples/mcp_claude_desktop.py
examples/reasoning_demo.py
examples/secure_rag.py
examples/security_vulnerability_demo.py
examples/test_redis_live.py
tests/__init__.py
tests/conftest.py
tests/test_async.py
tests/test_async_core.py
tests/test_certificate.py
tests/test_certificates.py
tests/test_chain_of_trust.py
tests/test_cli.py
tests/test_dag_and_revert.py
tests/test_django_integration.py
tests/test_e2e.py
tests/test_events.py
tests/test_examples.py
tests/test_fastapi_integration.py
tests/test_file_storage.py
tests/test_flask_integration.py
tests/test_integrations_real.py
tests/test_key_rotation.py
tests/test_kms_hsm_providers.py
tests/test_kms_providers.py
tests/test_langchain.py
tests/test_langsmith.py
tests/test_legal_rag.py
tests/test_llm_integrations.py
tests/test_llm_tool_calling.py
tests/test_manifest_hash.py
tests/test_mcp.py
tests/test_merkle.py
tests/test_metrics_contract.py
tests/test_migrate_v3.py
tests/test_nonce_storage.py
tests/test_onaidocs_integration.py
tests/test_opentelemetry.py
tests/test_pg_chaos.py
tests/test_pg_verifiable_log.py
tests/test_policy.py
tests/test_pydantic_v2.py
tests/test_pytest_plugin.py
tests/test_real_llm_clean.py
tests/test_receipt.py
tests/test_receipt_browser_parity.py
tests/test_receipt_cli.py
tests/test_schemas.py
tests/test_server.py
tests/test_session.py
tests/test_standards_adapters.py
tests/test_tc_verify_pkix.py
tests/test_tc_verify_strict.py
tests/test_tc_witness_cli.py
tests/test_tenants.py
tests/test_v2_basic.py
tests/test_v3_cas_io.py
tests/test_v3_compensations.py
tests/test_v3_merge_commit.py
tests/test_v3_merge_tree.py
tests/test_verifiable_log.py
tests/test_verifier.py
tests/test_witness.py
tests/test_x509_pki.py
trustchain/__init__.py
trustchain/cli.py
trustchain/kms.py
trustchain/receipt.py
trustchain/tc_verify_main.py
trustchain/tc_witness_main.py
trustchain.egg-info/PKG-INFO
trustchain.egg-info/SOURCES.txt
trustchain.egg-info/dependency_links.txt
trustchain.egg-info/entry_points.txt
trustchain.egg-info/requires.txt
trustchain.egg-info/top_level.txt
trustchain/integrations/__init__.py
trustchain/integrations/django.py
trustchain/integrations/fastapi.py
trustchain/integrations/flask.py
trustchain/integrations/langchain.py
trustchain/integrations/langsmith.py
trustchain/integrations/mcp.py
trustchain/integrations/mcp_proxy.py
trustchain/integrations/onaidocs.py
trustchain/integrations/opentelemetry.py
trustchain/integrations/pydantic_v2.py
trustchain/integrations/reversible/__init__.py
trustchain/integrations/reversible/presets.py
trustchain/pytest_plugin/__init__.py
trustchain/pytest_plugin/fixtures.py
trustchain/pytest_plugin/plugin.py
trustchain/standards/__init__.py
trustchain/standards/_common.py
trustchain/standards/intoto.py
trustchain/standards/scitt.py
trustchain/standards/w3c_vc.py
trustchain/ui/__init__.py
trustchain/ui/explorer.py
trustchain/utils/__init__.py
trustchain/utils/exceptions.py
trustchain/v2/__init__.py
trustchain/v2/async_core.py
trustchain/v2/certificate.py
trustchain/v2/chain_store.py
trustchain/v2/config.py
trustchain/v2/core.py
trustchain/v2/events.py
trustchain/v2/graph.py
trustchain/v2/logging.py
trustchain/v2/merkle.py
trustchain/v2/metrics.py
trustchain/v2/nonce_storage.py
trustchain/v2/pg_verifiable_log.py
trustchain/v2/policy.py
trustchain/v2/policy_hooks.py
trustchain/v2/reasoning.py
trustchain/v2/schemas.py
trustchain/v2/server.py
trustchain/v2/session.py
trustchain/v2/signer.py
trustchain/v2/storage.py
trustchain/v2/tenants.py
trustchain/v2/tsa.py
trustchain/v2/verifiable_log.py
trustchain/v2/verifier.py
trustchain/v2/witness.py
trustchain/v2/x509_pki.py
trustchain/v3/__init__.py
trustchain/v3/cas_io.py
trustchain/v3/compensations.py
trustchain/v3/log_walk.py
trustchain/v3/manifest_hash.py
trustchain/v3/merge_commit.py
trustchain/v3/migrate_v2.py
trustchain/v3/objects.py