Skip to content

AgentRegistry

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Generated

AgentRegistry Class

Generated registry for agent types declared with [NeedlrAiAgent], discovered at compile time.

public static class AgentRegistry

Inheritance System.Object 🡒 AgentRegistry

Properties

AgentRegistry.AllAgentTypes Property

All types decorated with [NeedlrAiAgent], discovered at compile time.

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

Property Value

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

AgentRegistry.Count Property

Gets the number of agent types discovered at compile time.

public static int Count { get; }

Property Value

System.Int32