Validating agentic behavior when “correct” isn’t deterministic
… Modeling executions as graphs, not scripts To capture the complexity of agentic behavior, we must move away from treating executions as linear, one-dimensional scripts. Instead, our framework models behavior using a graph-based structure known as a Prefix Tree Acceptor PTA . …