LICENSE
README.md
pyproject.toml
src/agentcapsule/__init__.py
src/agentcapsule/audit.py
src/agentcapsule/backends.py
src/agentcapsule/cli.py
src/agentcapsule/envelope.py
src/agentcapsule/errors.py
src/agentcapsule/manifest.py
src/agentcapsule/policy.py
src/agentcapsule/registry.py
src/agentcapsule/scanner.py
src/agentcapsule/signing.py
src/agentcapsule/trust.py
src/agentcapsule.egg-info/PKG-INFO
src/agentcapsule.egg-info/SOURCES.txt
src/agentcapsule.egg-info/dependency_links.txt
src/agentcapsule.egg-info/entry_points.txt
src/agentcapsule.egg-info/requires.txt
src/agentcapsule.egg-info/top_level.txt
src/lmcodec/__init__.py
src/lmcodec/armour.py
src/lmcodec/benchmarking.py
src/lmcodec/bitstream.py
src/lmcodec/carrier_quality.py
src/lmcodec/cli.py
src/lmcodec/codec.py
src/lmcodec/errors.py
src/lmcodec/experiments.py
src/lmcodec/framing.py
src/lmcodec/lm.py
src/lmcodec/probability.py
src/lmcodec/quantizer.py
src/lmcodec/range_coder.py
src/lmcodec/transformer.py
tests/test_agent_handoff_dashboard.py
tests/test_agent_handoff_demo.py
tests/test_agent_handoff_evaluator.py
tests/test_agent_handoff_policy_matrix.py
tests/test_agentcapsule_audit.py
tests/test_agentcapsule_backends.py
tests/test_agentcapsule_cli.py
tests/test_agentcapsule_design_docs.py
tests/test_agentcapsule_ed25519.py
tests/test_agentcapsule_envelope.py
tests/test_agentcapsule_policy.py
tests/test_agentcapsule_registry.py
tests/test_agentcapsule_scan.py
tests/test_benchmark_json.py
tests/test_benchmark_schema.py
tests/test_build_carrier_corpus.py
tests/test_carrier_quality.py
tests/test_codec.py
tests/test_compare_results.py
tests/test_experiments.py
tests/test_framing_armour.py
tests/test_golden.py
tests/test_lm.py
tests/test_probability.py
tests/test_profile_experiment.py
tests/test_property_roundtrip.py
tests/test_quantizer.py
tests/test_quantizer_stress.py
tests/test_range_coder.py
tests/test_range_coder_stress.py
tests/test_run_experiment.py
tests/test_run_matrix.py
tests/test_split_corpus.py
tests/test_sweep_shaping.py