pub fn render_report(report: &ExecutionReport, format: OutputFormat) -> StringExpand description
Render an execution report in the specified format.
- Text: concise step-by-step output for agents
- JSON: structured output with all details
- Pretty: colored output with symbols for humans