Static validateValidates a compiled execution graph.
The CompiledExecutionGraph produced by a compiler pass.
Optional options: { Optional validation flags.
Optional requireWhen true (the default) any cycle is treated as an error.
Pass false to allow cyclic graphs (e.g. iterative agent loops).
A ValidationResult describing errors and warnings found.
Static validator for compiled execution graphs.
Runs a suite of structural checks against a
CompiledExecutionGraph:requireAcyclicis notfalse.__START__.__START__and__END__).__START__.__END__.Example