Skip to content

AgentSequentialTopologyRegistry

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Generated

AgentSequentialTopologyRegistry Class

Generated registry of sequential pipeline memberships declared via [AgentSequenceMember] attributes. Agents within each pipeline are stored in ascending order value order.

public static class AgentSequentialTopologyRegistry

Inheritance System.Object 🡒 AgentSequentialTopologyRegistry

Properties

AgentSequentialTopologyRegistry.AllPipelines Property

All sequential pipelines, mapping pipeline name to the ordered agent types.

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

Property Value

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