//! `adk optimize` CLI subcommand.
//!
//! Iteratively improves an agent's system instructions using an evaluation set
//! and an optimizer LLM. Gated behind the `optimize` feature flag.
use PathBuf;
use Args;
/// Arguments for the `adk optimize` subcommand.