Backplane. AgentRuntime. Context
(backplane_agent_runtime v1.6.0)
Copy Markdown
Versioned context ownership and composition.
Contexts have at most one active writer. A snapshot is explicitly selected material only. Peer results and tool output are provenance-tagged data, never replacement instructions.
Summary
Types
@type t() :: map()
Functions
@spec admit_result(t(), map(), non_neg_integer()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}
@spec compaction(t(), map(), map(), non_neg_integer()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}
@spec create(String.t(), list(), list()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}
@spec fork(t(), map(), map()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}