What problem does it solve?
Provide a single-command way to surface the current progress of an autonomous evolution loop, including iteration scores, the best version, and whether the optimization is stagnating or regressing.
Core Features & Use Cases
- Visual status chart: Resolve the evolver tools path and invoke evolution_chart.py to render a score timeline and current metrics.
- Stagnation & regression detection: Apply simple heuristics such as checking whether the last three scores are within 1% or whether the current best is lower than a previous best and surface actionable warnings.
- Project-aware links and resolution: Resolve EVOLVER_TOOLS and EVOLVER_PY fallbacks and print the LangSmith experiment URL for the best experiment when available.
- Use Case: Ideal for developers or ML engineers who want a quick health check of an LLM agent optimization run before deciding to continue, reconfigure, or deploy.
Quick Start
Show the current evolution progress chart, the best version, and any stagnation or regression warnings.