Merge branch 'feat/norms-and-goals-program' into docs/docs-cb

This commit is contained in:
2025-11-25 12:04:33 +01:00
11 changed files with 28 additions and 61 deletions

View File

@@ -60,7 +60,7 @@ class RICommunicationAgent(BaseAgent):
if await self._negotiate_connection():
self.connected = True
await self.add_behavior(self._listen_loop())
self.add_behavior(self._listen_loop())
else:
self.logger.warning("Failed to negotiate connection during setup.")