AgentGroupChatRegistry
NexusLabs.Needlr.AgentFramework¶
NexusLabs.Needlr.AgentFramework.Generated¶
AgentGroupChatRegistry Class¶
Generated registry of agent group chat memberships declared via [AgentGroupChatMember] attributes.
Inheritance System.Object 🡒 AgentGroupChatRegistry
Properties¶
AgentGroupChatRegistry.AllGroups Property¶
All group chat groups, mapping group name to the agent types in that group.
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>>