Backplane.AgentRuntime.Message (backplane_agent_runtime v1.6.0)

Copy Markdown

Typed runtime messages with trusted provenance and bounded payload/TTL.

Payload and status messages never start a model run. Only task requests can trigger admission, and that decision remains with the receiving policy.

Summary

Types

t()

@type t() :: map()

Functions

build(input, opts \\ [])

@spec build(map(), keyword()) ::
  {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}

task_request?(arg1)

@spec task_request?(t()) :: boolean()