Jido.Agent.Directive.StateModification (Jido v1.1.0-rc.2)

View Source

Directive to modify agent state at a given path

Summary

Types

t()

@type t() :: %Jido.Agent.Directive.StateModification{
  op: :set | :update | :delete | :reset,
  path: [atom()] | atom(),
  value: any() | nil
}