Merge remote-tracking branch 'upstream/main' into feat/status-command

# Conflicts:
#	nanobot/channels/telegram.py
This commit is contained in:
robbyczgw-cla
2026-03-14 10:48:12 +00:00
36 changed files with 1597 additions and 307 deletions
+3
View File
@@ -267,6 +267,9 @@ class AgentLoop:
msg = await asyncio.wait_for(self.bus.consume_inbound(), timeout=1.0)
except asyncio.TimeoutError:
continue
except Exception as e:
logger.warning("Error consuming inbound message: {}, continuing...", e)
continue
cmd = msg.content.strip().lower()
if cmd == "/stop":