Skip to content

AgentFrameworkFunctionRegistry

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Generated

AgentFrameworkFunctionRegistry Class

Generated registry for Microsoft Agent Framework function types discovered at compile time. Pass AllFunctionTypes to AgentFrameworkSyringeExtensions.AddAgentFunctionsFromGenerated.

public static class AgentFrameworkFunctionRegistry

Inheritance System.Object 🡒 AgentFrameworkFunctionRegistry

Properties

AgentFrameworkFunctionRegistry.AllFunctionTypes Property

All types containing methods decorated with [AgentFunction], discovered at compile time.

public static System.Collections.Generic.IReadOnlyList<System.Type> AllFunctionTypes { get; }

Property Value

System.Collections.Generic.IReadOnlyList<System.Type>

AgentFrameworkFunctionRegistry.Count Property

Gets the number of function types discovered at compile time.

public static int Count { get; }

Property Value

System.Int32