Class AgentsRegistryState
- Namespace
- Microsoft.Auto
Gen .RuntimeGateway .Grpc.Abstractions
- Assembly
- Microsoft.AutoGen.RuntimeGateway.Grpc.dll
Stores agent subscription information such as topic and prefix mappings, and maintains an ETag for concurrency checks.
- Inheritance
-
Agents
Registry State
- Inherited Members
Properties
AgentsToTopicsMap
Maps each agent ID to the set of topics they subscribe to.
Property Value
AgentsToTopicsPrefixMap
Maps each agent ID to the set of topic prefixes they subscribe to.
Property Value
Etag
The concurrency ETag for identifying the registry's version or state.
Property Value
GuidSubscriptionsMap
Stores subscriptions by GUID
Property Value
TopicPrefixToAgentTypesMap
Maps each topic prefix to the set of agent types subscribed to it.
Property Value
TopicToAgentTypesMap
Maps each topic name to the set of agent types subscribed to it.