# `GEPA.Tracking.InMemory`
[🔗](https://github.com/nshkrdotcom/gepa_ex/blob/v0.3.0/lib/gepa/tracking.ex#L102)

In-memory tracker backed by an Agent.

# `t`

```elixir
@type t() :: %GEPA.Tracking.InMemory{agent: pid(), key_prefix: String.t() | nil}
```

# `new`

```elixir
@spec new(keyword()) :: t()
```

# `snapshot`

```elixir
@spec snapshot(t()) :: map()
```

---

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