AgentEval: DAG-Structured Step-Level Evaluation for Agentic Workflows with Error Propagation Tracking

Published: 18 Apr 2026, Last Modified: 26 Apr 2026ACL 2026 Industry Track OralEveryoneRevisionsBibTeXCC BY 4.0
Keywords: agent evaluation, LLM-as-judge, DAG, error propagation, root cause analysis, regression detection, agentic workflows, step-level evaluation, failure taxonomy, CI/CD
TL;DR: A DAG-based evaluation framework for agentic workflows that pinpoints step-level failures and tracks error propagation, validated through a four-month production pilot.
Abstract: Agentic systems that chain reasoning, tool use, and synthesis into multi-step workflows are entering production, yet prevailing evaluation practices like end-to-end outcome checks and ad-hoc trace inspection systematically mask the intermediate failures that dominate real-world error budgets. We present AgentEval, a framework that formalizes agent executions as evaluation directed acyclic graphs (DAGs), where each node carries typed quality metrics assessed by a calibrated LLM judge (GPT-4o), classified through a hierarchical failure taxonomy (3 levels, 21 subcategories), and linked to upstream dependencies for automated root cause attribution. An ablation study isolates the impact of DAG-based dependency modeling: it alone contributes +22 percentage points to failure detection recall and +34 pp to root cause accuracy over flat step-level evaluation with identical judges and rubrics. Across three production workflows (450 test cases, two agent model families, predominantly sequential architectures with a 12% non-DAG trace rate), AgentEval achieves 2.17x higher failure detection recall than end-to-end evaluation (0.89 vs. 0.41), Cohen's $\kappa = 0.84$ agreement with human experts, and 72% root cause accuracy against an 81% human ceiling. Cross-system evaluation on $\tau$-bench and SWE-bench traces confirms transferability (failure detection recall $\geq$ 0.78) without taxonomy or rubric modification. A 4-month pilot with 18 engineers detected 23 pre-release regressions through CI/CD-integrated regression testing, reducing median root-cause identification time from 4.2 hours to 22 minutes and driving measurable failure rate reductions in two workflows.
Submission Type: Emerging
Copyright Form: pdf
Submission Number: 450
Loading