LICENSE
README.md
pyproject.toml
cap/__init__.py
cap/bus.py
cap/client.py
cap/constants.py
cap/errors.py
cap/handshake.py
cap/heartbeat.py
cap/metrics.py
cap/middleware.py
cap/packet_boundary.py
cap/production_events.py
cap/production_replay.py
cap/production_resource.py
cap/production_signing.py
cap/production_validation.py
cap/progress.py
cap/py.typed
cap/runtime.py
cap/subjects.py
cap/testing.py
cap/trust_signing.py
cap/validate.py
cap/worker.py
cap/worker_trust.py
cap/worker_trust_async.py
cap/worker_trust_build.py
cap/worker_trust_codec.py
cap/worker_trust_runtime.py
cap/worker_trust_runtime_config.py
cap/worker_trust_validate.py
cap/worker_trust_verify.py
cap/pb/__init__.py
cap/pb/cordum/__init__.py
cap/pb/cordum/agent/__init__.py
cap/pb/cordum/agent/v1/__init__.py
cap/pb/cordum/agent/v1/alert_pb2.py
cap/pb/cordum/agent/v1/alert_pb2_grpc.py
cap/pb/cordum/agent/v1/buspacket_pb2.py
cap/pb/cordum/agent/v1/buspacket_pb2_grpc.py
cap/pb/cordum/agent/v1/handshake_pb2.py
cap/pb/cordum/agent/v1/handshake_pb2_grpc.py
cap/pb/cordum/agent/v1/heartbeat_pb2.py
cap/pb/cordum/agent/v1/heartbeat_pb2_grpc.py
cap/pb/cordum/agent/v1/job_pb2.py
cap/pb/cordum/agent/v1/job_pb2_grpc.py
cap/pb/cordum/agent/v1/policy_pb2.py
cap/pb/cordum/agent/v1/policy_pb2_grpc.py
cap/pb/cordum/agent/v1/safety_pb2.py
cap/pb/cordum/agent/v1/safety_pb2_grpc.py
cap_sdk_python.egg-info/PKG-INFO
cap_sdk_python.egg-info/SOURCES.txt
cap_sdk_python.egg-info/dependency_links.txt
cap_sdk_python.egg-info/requires.txt
cap_sdk_python.egg-info/top_level.txt
tests/test_agent_trust_boundary.py
tests/test_agent_worker_trust.py
tests/test_artifact_trust_smoke.py
tests/test_artifact_verifier.py
tests/test_artifacts.py
tests/test_ci_workflow_contract.py
tests/test_conformance.py
tests/test_errors.py
tests/test_generate_protos.py
tests/test_handshake.py
tests/test_handshake_fixture_acceptance.py
tests/test_handshake_security_contract.py
tests/test_heartbeat.py
tests/test_imports.py
tests/test_metrics.py
tests/test_middleware.py
tests/test_payload_validation.py
tests/test_production_admission.py
tests/test_production_events.py
tests/test_production_resource.py
tests/test_production_runtime_hardening.py
tests/test_production_signing.py
tests/test_production_wire_parser.py
tests/test_production_worker_echo.py
tests/test_progress.py
tests/test_publish_node_workflow_contract.py
tests/test_publish_workflow_contract.py
tests/test_redis_tls.py
tests/test_runtime.py
tests/test_runtime_hardening.py
tests/test_runtime_lifecycle.py
tests/test_runtime_parallelism.py
tests/test_sdk.py
tests/test_testing.py
tests/test_trust_signing.py
tests/test_trust_signing_unknown.py
tests/test_typing_contract.py
tests/test_validate.py
tests/test_validate_release.py
tests/test_worker_failures.py
tests/test_worker_observability.py
tests/test_worker_security_boundary.py
tests/test_worker_trust.py
tests/test_worker_trust_adversarial.py
tests/test_worker_trust_codec.py
tests/test_worker_trust_low_level_adversarial.py
tests/test_worker_trust_runtime.py