HOTFIX: Prevent RemoteAgent import to avoid needless dependency

Bram van den Heuvel 2026-07-01 18:07:07 +02:00
parent 6ecb1101c8
commit 52ad1de7cd
1 changed files with 0 additions and 2 deletions

View File

@ -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",
]