LICENSE
README.md
pyproject.toml
LICENSES/Apache-2.0.txt
LICENSES/CC-BY-4.0.txt
LICENSES/FSL-1.1-ALv2.md
adapters/__init__.py
adapters/base.py
adapters/mock.py
adapters/registry.py
adapters/byok/__init__.py
adapters/byok/_http.py
adapters/byok/anthropic_provider.py
adapters/byok/openai_provider.py
adapters/local_stub/__init__.py
adapters/local_stub/provider.py
adapters/mock_provider_a/__init__.py
adapters/mock_provider_a/provider.py
adapters/mock_provider_b/__init__.py
adapters/mock_provider_b/provider.py
apl_sidecar.egg-info/PKG-INFO
apl_sidecar.egg-info/SOURCES.txt
apl_sidecar.egg-info/dependency_links.txt
apl_sidecar.egg-info/entry_points.txt
apl_sidecar.egg-info/requires.txt
apl_sidecar.egg-info/top_level.txt
app/__init__.py
app/local_playground/README.md
app/local_playground/app.js
app/local_playground/index.html
app/local_playground/style.css
cli/__init__.py
cli/apl.py
cli/commands/__init__.py
cli/commands/_common.py
cli/commands/_resources.py
cli/commands/_signing.py
cli/commands/_verifier_boot.py
cli/commands/break_receipt.py
cli/commands/demo.py
cli/commands/inspect.py
cli/commands/mask.py
cli/commands/preview.py
cli/commands/rehydrate.py
cli/commands/run_live.py
cli/commands/run_mock.py
cli/commands/verify.py
examples/__init__.py
examples/00_private_matter/README.md
examples/00_private_matter/final_rehydrated_answer.txt
examples/00_private_matter/input.original.example.txt
examples/00_private_matter/inspect.expected.txt
examples/00_private_matter/local_only.json
examples/00_private_matter/masking_plan.yaml
examples/00_private_matter/mock_answer_a.txt
examples/00_private_matter/mock_answer_b.txt
examples/00_private_matter/provider_a_payload.txt
examples/00_private_matter/provider_b_payload.txt
examples/00_private_matter/receipt.json
examples/00_private_matter/tampered_receipt.example.json
examples/01_private_code_context/README.md
examples/01_private_code_context/final_rehydrated_answer.txt
examples/01_private_code_context/input.original.example.txt
examples/01_private_code_context/inspect.expected.txt
examples/01_private_code_context/local_only.json
examples/01_private_code_context/masking_plan.yaml
examples/01_private_code_context/mock_answer_a.txt
examples/01_private_code_context/mock_answer_b.txt
examples/01_private_code_context/provider_a_payload.txt
examples/01_private_code_context/provider_b_payload.txt
examples/01_private_code_context/receipt.json
examples/01_private_code_context/tampered_receipt.example.json
examples/02_market_entry_three_way/README.md
examples/02_market_entry_three_way/final_rehydrated_answer.txt
examples/02_market_entry_three_way/input.original.example.txt
examples/02_market_entry_three_way/local_only.json
examples/02_market_entry_three_way/masking_plan.yaml
examples/02_market_entry_three_way/mock_answer_a.txt
examples/02_market_entry_three_way/mock_answer_b.txt
examples/02_market_entry_three_way/mock_answer_c.txt
examples/02_market_entry_three_way/provider_a_payload.txt
examples/02_market_entry_three_way/provider_b_payload.txt
examples/02_market_entry_three_way/provider_c_payload.txt
relay/__init__.py
relay/openai_proxy.py
relay/relay_server.py
spec/__init__.py
spec/apl-oss-demo-key.pem
spec/demo_policy_manifest.json
tests/test_adapters.py
tests/test_byok_adapters.py
tests/test_demo.py
tests/test_host_normalization.py
tests/test_no_deprecated_terms.py
tests/test_nway.py
tests/test_openai_proxy.py
tests/test_packaged_resources.py
tests/test_policy_schema.py
tests/test_public_claims.py
tests/test_receipt_verify.py
tests/test_relay.py
tests/test_relicensing_terms.py
tests/test_run_live.py
tests/test_spdx_headers.py
tests/test_tamper_vectors.py
verifier/apl_verify.py