AgentGraphTopologyRegistry
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Generated¶
AgentGraphTopologyRegistry Class¶
Generated registry of graph topologies declared via [AgentGraphEntry], [AgentGraphEdge], [AgentGraphNode], and [AgentGraphReducer] attributes.
Inheritance System.Object 🡒 AgentGraphTopologyRegistry
Properties¶
AgentGraphTopologyRegistry.AllGraphs Property¶
All graph topologies, mapping graph name to its registration data.
public static System.Collections.Generic.IReadOnlyDictionary<string,NexusLabs.Needlr.AgentFramework.GraphTopologyRegistration> AllGraphs { get; }
Property Value¶
System.Collections.Generic.IReadOnlyDictionary<System.String,GraphTopologyRegistration>