diff --git a/swarms/agents/__init__.py b/swarms/agents/__init__.py index 455b95ee..4f6e12d6 100644 --- a/swarms/agents/__init__.py +++ b/swarms/agents/__init__.py @@ -3,7 +3,6 @@ from swarms.agents.message import Message # from swarms.agents.stream_response import stream from swarms.agents.base import AbstractAgent -from swarms.agents.registry import Registry # from swarms.agents.idea_to_image_agent import Idea2Image @@ -13,5 +12,4 @@ __all__ = [ # "OmniModalAgent", "Message", "AbstractAgent", - "Registry", ]