mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Add subscription factory to AgentRuntime.register (#393)
* Add subscriptions to factory * tests and bug fix
This commit is contained in:
@@ -4,7 +4,7 @@ from dataclasses import dataclass
|
||||
from typing import Any, NoReturn
|
||||
|
||||
from agnext.application import WorkerAgentRuntime
|
||||
from agnext.components import TypeRoutedAgent, message_handler, TypeSubscription
|
||||
from agnext.components import TypeRoutedAgent, TypeSubscription, message_handler
|
||||
from agnext.core import MESSAGE_TYPE_REGISTRY, AgentId, AgentInstantiationContext, MessageContext, TopicId
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user