AgentBlueprintProtocol. Deployment. Observations
(Agent Blueprint Protocol v0.1.1)
Copy Markdown
View Source
The host-supplied inputs to verify_binding/3's observation-gated
stages: the host clock, the host's maximum tolerable attestation age,
and the currently OBSERVED descriptor digests by logical operation.
Absent inputs skip exactly their stages — see Deployment's moduledoc.
Observed facts are host-supplied records that carry no authority.
Observed facts are host-supplied records that carry no authority.
Summary
Types
@type t() :: %AgentBlueprintProtocol.Deployment.Observations{ max_attestation_age_ms: pos_integer() | nil, now: DateTime.t() | nil, observed: %{optional(binary()) => binary()} }