Skip to content

Commit

Permalink
Agent: Add TODO about unifying IAgentRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
mssalvatore committed Jun 8, 2022
1 parent ee38c31 commit 729497c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions monkey/infection_monkey/exploit/i_agent_repository.py
Original file line number Diff line number Diff line change
@@ -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):
"""
Expand Down

0 comments on commit 729497c

Please sign in to comment.