AgentBlueprintProtocol.BoundsAlgebra.Result (Agent Blueprint Protocol v0.1.0)

Copy Markdown View Source

The effective set plus the clamp evidence list (name-sorted). The result records what the bounds imply; it is not a decision.

Summary

Types

t()

@type t() :: %AgentBlueprintProtocol.BoundsAlgebra.Result{
  clamps: [AgentBlueprintProtocol.BoundsAlgebra.ClampEvidence.t()],
  effective: AgentBlueprintProtocol.BoundsAlgebra.BoundSet.t()
}