diff --git a/agents/__init__.py b/agents/__init__.py index 225b0cc..8d8b1c3 100644 --- a/agents/__init__.py +++ b/agents/__init__.py @@ -10,11 +10,9 @@ from .agent import Agent from .chaos import AgentOfChaos from .mute import MuteAgent -from .remote import RemoteAgent __all__ = [ "Agent", "AgentOfChaos", "MuteAgent", - "RemoteAgent", ]