//! Function execution orchestration.
//!
//! Executes Functions by flattening them into task profiles and running
//! the tasks (Vector Completions or nested Functions) in parallel. Handles
//! streaming output, retry tokens, and reasoning summaries.
pub use *;
pub use *;