fix: do not await add_behavior anymore

ref: N25B-299
This commit is contained in:
Twirre Meulenbelt
2025-11-25 11:33:35 +01:00
parent d513111ef3
commit 11b5345ae7

View File

@@ -64,4 +64,4 @@ class BDIProgramManager(BaseAgent):
self.sub_socket.connect(settings.zmq_settings.internal_sub_address)
self.sub_socket.subscribe("program")
await self.add_behavior(self._receive_programs())
self.add_behavior(self._receive_programs())