Skip to content

AgentFrameworkFunctionGroupRegistry

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Generated

AgentFrameworkFunctionGroupRegistry Class

Generated registry for Microsoft Agent Framework function groups discovered at compile time. Pass AllGroups to AgentFrameworkSyringeExtensions.AddAgentFunctionGroupsFromGenerated.

public static class AgentFrameworkFunctionGroupRegistry

Inheritance System.Object 🡒 AgentFrameworkFunctionGroupRegistry

Properties

AgentFrameworkFunctionGroupRegistry.AllGroups Property

All function groups, mapping group name to the types in that group, discovered at compile time.

public static System.Collections.Generic.IReadOnlyDictionary<string,System.Collections.Generic.IReadOnlyList<System.Type>> AllGroups { get; }

Property Value

System.Collections.Generic.IReadOnlyDictionary<System.String,System.Collections.Generic.IReadOnlyList<System.Type>>