Backplane. AgentRuntime. Plan
(backplane_agent_runtime v1.6.0)
Copy Markdown
Host-started task-scoped plan document with expected-revision replacement.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type state() :: %{content: map(), revision: non_neg_integer(), scope: term()}
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec update(pid(), integer(), map()) :: {:ok, state()} | {:error, Backplane.AgentRuntime.Error.t()}