AgentBlueprintProtocol. Federation. Mapping. Row
(Agent Blueprint Protocol v0.1.1)
Copy Markdown
View Source
One row of the published field-by-field mapping: the logical field
(bijective with an envelope wire member), the A2A location, the MCP
Tasks location, and the verdict (:native | :partial |
:extension) re-derived against the pinned live sources.
A mapping row is published data that carries no authority.
A mapping row is published data that carries no authority.
Summary
Types
@type t() :: %AgentBlueprintProtocol.Federation.Mapping.Row{ a2a_location: binary(), index: pos_integer(), logical_field: binary(), mcp_location: binary(), verdict: verdict() }
@type verdict() :: :native | :partial | :extension