# `Mojentic.Agents.SimpleRecursiveAgent.GoalState`
[🔗](https://github.com/svetzal/mojentic-ex/blob/v1.2.0/lib/mojentic/agents/simple_recursive_agent.ex#L64)

Represents the state of a problem-solving process.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
