Backplane. AgentRuntime. AgentHost
(backplane_agent_runtime v1.6.0)
Copy Markdown
Runtime instance agent registry for hosted and owner-bound identities.
The host is immutable data and starts no processes. It enforces namespace isolation, bounded task admission, stable identity, and distinct trusted stop from model-visible run cancellation.
Summary
Types
@type t() :: map()
Functions
@spec new(String.t(), map()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}
@spec register(t(), map()) :: {:ok, t(), map()} | {:error, Backplane.AgentRuntime.Error.t()}
@spec stop(t(), String.t()) :: {:ok, t()} | {:error, Backplane.AgentRuntime.Error.t()}
@spec submit(t(), String.t()) :: {:ok, t(), map()} | {:error, Backplane.AgentRuntime.Error.t()}