Packages

Elixir implementation of the GEPA (Genetic-Pareto) optimizer that combines LLM-powered reflection with Pareto search to evolve text-based system components.

Current section

Files

Jump to
gepa_ex lib gepa_ex.ex
Raw

lib/gepa_ex.ex

defmodule GepaEx do
@moduledoc false
defdelegate optimize(opts), to: GEPA
defdelegate optimize_anything(opts), to: GEPA
defdelegate default_adapter(opts), to: GEPA
end