diff --git a/monkey/infection_monkey/exploit/i_agent_repository.py b/monkey/infection_monkey/exploit/i_agent_repository.py index f63ca4038..d825772a0 100644 --- a/monkey/infection_monkey/exploit/i_agent_repository.py +++ b/monkey/infection_monkey/exploit/i_agent_repository.py @@ -1,6 +1,9 @@ import abc import io +# TODO: The Island also has an IAgentRepository with a totally different interface. At the moment, +# the Island and Agent have different needs, but at some point we should unify these. + class IAgentRepository(metaclass=abc.ABCMeta): """