[L4] Remove excessive library import and clean up edge codebase

This commit is contained in:
2026-03-24 13:58:32 +02:00
parent 1b42be264d
commit a8e50d0386
3 changed files with 10 additions and 50 deletions

View File

@@ -26,15 +26,8 @@ class AgentGateway(ABC):
pass
@abstractmethod
def start(self):
def loop_forever(self):
"""
Method to start listening for messages from the agent.
"""
pass
@abstractmethod
def stop(self):
"""
Method to stop the agent gateway and clean up resources.
Method to await for new messages.
"""
pass