Represents the state of a problem-solving process.
Summary
Types
@type t() :: %Mojentic.Agents.SimpleRecursiveAgent.GoalState{ goal: String.t(), is_complete: boolean(), iteration: non_neg_integer(), max_iterations: pos_integer(), solution: String.t() | nil }