pub fn run_intent_routed_report(
cx: &mut Cx,
intent: &CompiledIntent,
args: &Expr,
policy: &RoutePolicy<'_>,
) -> Result<RoutedAnswer>Expand description
Runs a compiled intent through a cost-aware route ladder and returns route provenance with the accepted decoded answer.