AgentGraphReducerMethodAnalyzer
NexusLabs.Needlr.AgentFramework.Analyzers¶
AgentGraphReducerMethodAnalyzer Class¶
Validates that ReducerMethod on [AgentGraphReducer] references
a valid static method on the decorated class with signature
static string MethodName(IReadOnlyList<string>).
Inheritance Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer 🡒 AgentGraphReducerMethodAnalyzer