TIL: You can optimize any agent (cli) with GEPA to automatically optimize your prompts.
GEPA accepts any `(str) -> str` callable, it works with your own custom CLI, local models, or API agents. Wrap your agent in a python function and let it self-optimize.