Skip to content

AgentGraphTopologyAnalyzer

NexusLabs.Needlr.AgentFramework.Analyzers

AgentGraphTopologyAnalyzer Class

Analyzer that validates graph edge and entry point declarations reference declared agents.

public sealed class AgentGraphTopologyAnalyzer

Inheritance Microsoft.CodeAnalysis.Diagnostics.DiagnosticAnalyzer 🡒 AgentGraphTopologyAnalyzer

Remarks

NDLRMAF019 (Error): An [AgentGraphEdge] target type is not decorated with [NeedlrAiAgent].

NDLRMAF020 (Warning): A class has [AgentGraphEdge] but is not itself decorated with [NeedlrAiAgent].

NDLRMAF021 (Warning): A class has [AgentGraphEntry] but is not itself decorated with [NeedlrAiAgent].