pub fn explain(
engine: &Engine,
descriptor: &ToolCallDescriptor,
opts: &ExplainOptions,
) -> Result<ExplainReport>Expand description
Run an engine evaluation explicitly preserving the trace, without invoking any of the side-effects the real proxy path has (decision-memory writes, audit-sink fan-out, identity gate checks).