Lakshya A Agrawal
All activity
Lakshya A Agrawalstarted a discussion

GEPA's optimize_anything: one API to optimize code, prompts, agents, and configs

We open-sourced optimize_anything, an API that optimizes any text artifact. You provide a starting artifact (or just describe what you want) and an evaluator — it handles the search. import gepa.optimize_anything as oa result = oa.optimize_anything( seed_candidate="<your artifact>", evaluator=evaluate, # returns score + diagnostics ) It extends GEPA (our state of the art prompt optimizer) to...