Skip to main content

evaluate_workflow

Function evaluate_workflow 

Source
pub fn evaluate_workflow(
    graph: &Graph,
    cases: &[GoldenCase],
    limit: usize,
    depth: usize,
    width: usize,
    max_nodes: usize,
) -> WorkflowReport
Expand description

Score the internal decomposition artifact produced from a focused context pack.

This evaluates structural usefulness, not task execution: valid acyclic decomposition, bounded size, expected operator chain, deterministic initial ready task, and inspection coverage for judged context nodes.