Mojentic.Agents.SimpleRecursiveAgent.GoalState (Mojentic v1.2.0)

Copy Markdown View Source

Represents the state of a problem-solving process.

Summary

Types

t()

@type t() :: %Mojentic.Agents.SimpleRecursiveAgent.GoalState{
  goal: String.t(),
  is_complete: boolean(),
  iteration: non_neg_integer(),
  max_iterations: pos_integer(),
  solution: String.t() | nil
}