LICENSE
README.md
pyproject.toml
src/trusthandoff/__init__.py
src/trusthandoff/agent_registry.py
src/trusthandoff/api.py
src/trusthandoff/authorization.py
src/trusthandoff/capability.py
src/trusthandoff/capability_chain_validation.py
src/trusthandoff/capability_envelope.py
src/trusthandoff/capability_extraction.py
src/trusthandoff/capability_propagation.py
src/trusthandoff/capability_signing.py
src/trusthandoff/capability_token.py
src/trusthandoff/capability_validation.py
src/trusthandoff/chain.py
src/trusthandoff/chain_validation.py
src/trusthandoff/decision.py
src/trusthandoff/delegation_scope.py
src/trusthandoff/depth.py
src/trusthandoff/envelope.py
src/trusthandoff/envelope_security.py
src/trusthandoff/envelope_serialization.py
src/trusthandoff/execution_control.py
src/trusthandoff/handoff.py
src/trusthandoff/hop.py
src/trusthandoff/identity.py
src/trusthandoff/loop.py
src/trusthandoff/middleware.py
src/trusthandoff/packet.py
src/trusthandoff/packet_propagation.py
src/trusthandoff/policy.py
src/trusthandoff/replay.py
src/trusthandoff/replay_guard.py
src/trusthandoff/revocation.py
src/trusthandoff/revocation_validation.py
src/trusthandoff/serialization.py
src/trusthandoff/signing.py
src/trusthandoff/validation.py
src/trusthandoff/verification.py
src/trusthandoff/wire.py
src/trusthandoff.egg-info/PKG-INFO
src/trusthandoff.egg-info/SOURCES.txt
src/trusthandoff.egg-info/dependency_links.txt
src/trusthandoff.egg-info/requires.txt
src/trusthandoff.egg-info/top_level.txt
src/trusthandoff/middleware/__init__.py
src/trusthandoff/middleware/decision.py
src/trusthandoff/middleware/engine.py
src/trusthandoff/middleware/executor.py
src/trusthandoff/middleware/pipeline.py
src/trusthandoff/middleware/steps.py
tests/test_adapter_langgraph_packet_capability.py
tests/test_agent_registry.py
tests/test_agent_registry_revocation.py
tests/test_agent_revocation_pipeline.py
tests/test_api.py
tests/test_audit_hook.py
tests/test_authorization.py
tests/test_capability.py
tests/test_capability_api.py
tests/test_capability_chain_validation.py
tests/test_capability_envelope.py
tests/test_capability_extraction.py
tests/test_capability_propagation.py
tests/test_capability_signing.py
tests/test_capability_token.py
tests/test_capability_validation.py
tests/test_chain.py
tests/test_chain_validation.py
tests/test_clock_skew_tolerance.py
tests/test_decision.py
tests/test_delegation_scope.py
tests/test_depth.py
tests/test_envelope.py
tests/test_envelope_security.py
tests/test_envelope_serialization.py
tests/test_execution_control.py
tests/test_executor.py
tests/test_executor_reject.py
tests/test_handoff.py
tests/test_hop.py
tests/test_identity.py
tests/test_identity_binding.py
tests/test_loop.py
tests/test_middleware.py
tests/test_middleware_depth.py
tests/test_packet.py
tests/test_packet_capability_token.py
tests/test_packet_propagation.py
tests/test_policy.py
tests/test_replay.py
tests/test_replay_guard_pipeline.py
tests/test_revocation.py
tests/test_revocation_integration.py
tests/test_revocation_validation.py
tests/test_runtime_policy.py
tests/test_serialization.py
tests/test_signing.py
tests/test_validation.py
tests/test_verification.py
tests/test_wire.py