AgentGraphOptionalFanOutAnalyzer
NexusLabs.Needlr.AgentFramework.Analyzers¶
AgentGraphOptionalFanOutAnalyzer Class¶
Analyzer that detects fan-out nodes where all outgoing edges are optional.
Inheritance Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer 🡒 AgentGraphOptionalFanOutAnalyzer
Remarks¶
\<b>NDLRMAF024\</b> (Warning): All outgoing edges from a fan-out node have
IsRequired = false. If all optional branches fail, the graph produces empty results.