Skip to main content

render_report

Function render_report 

Source
pub fn render_report(report: &ExecutionReport, format: OutputFormat) -> String
Expand 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