Skip to content

AgentHandoffTopologyRegistry

NexusLabs.Needlr.AgentFramework

NexusLabs.Needlr.AgentFramework.Generated

AgentHandoffTopologyRegistry Class

Generated registry of agent handoff topology declared via [AgentHandoffsTo] attributes.

public static class AgentHandoffTopologyRegistry

Inheritance System.Object 🡒 AgentHandoffTopologyRegistry

Properties

AgentHandoffTopologyRegistry.AllHandoffs Property

All handoff relationships, mapping initial agent type to its declared handoff targets.

public static System.Collections.Generic.IReadOnlyDictionary<System.Type,System.Collections.Generic.IReadOnlyList<(System.Type TargetType,string? HandoffReason)>> AllHandoffs { get; }

Property Value

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