AI.Agent.Intuition (fnord v0.8.82)

View Source

Summary

Types

t()

@type t() :: %AI.Agent.Intuition{
  agent: AI.Agent.t(),
  error: nil | term(),
  memories: nil | binary(),
  msgs: [AI.Util.msg()],
  perception: nil | binary(),
  reactions: nil | [binary()]
}