[docs]classLocalBroadcastClient(LocalCommunicator):""" This communicator implements the communication between agents via a broadcast broker central process. Note: The broker is implemented as singleton. This means that all agents must be in the same process! """broker:LocalBroadcastBrokerconfig:LocalCommunicatorConfig
[docs]defsetup_broker(self):"""Use the LocalBroadCastBroker"""returnLocalBroadcastBroker()