Agent: Add TODO about unifying IAgentRepository

This commit is contained in:
Mike Salvatore 2022-06-08 10:14:51 -04:00
parent ee38c31ed5
commit 729497c594
1 changed files with 3 additions and 0 deletions

View File

@ -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):
"""