merge dev into main #49

Merged
8464960 merged 430 commits from dev into main 2026-01-28 10:49:15 +00:00
Showing only changes of commit bacc63aa31 - Show all commits

View File

@@ -21,8 +21,8 @@ class RobotSpeechAgent(BaseAgent):
:ivar bind: Whether to bind or connect the PUB socket.
"""
subsocket: zmq.Socket
pubsocket: zmq.Socket
subsocket: azmq.Socket
pubsocket: azmq.Socket
address = ""
bind = False