//! Plan-Execute Agent example
//!
//! Shows how to use PlanExecuteAgent for a plan-execute-replan loop.
//!
//! # Run
//! ```bash
//! cargo run --example agent_plan_execute
//! ```
//!
//! # Environment variables
//! - `OPENAI_API_KEY`: OpenAI API key (required)
async