fix: change the address to the config, update some logic, seperate the api endpoint, renaming things. yes, the tests don't work right now- this shouldn't be merged yet.

ref: N25B-334
This commit is contained in:
Björn Otgaar
2025-12-15 11:35:56 +01:00
parent 2e472ea292
commit daf31ac6a6
4 changed files with 45 additions and 25 deletions

View File

@@ -29,7 +29,7 @@ class RobotSpeechAgent(BaseAgent):
def __init__(
self,
name: str,
address=settings.zmq_settings.ri_command_address,
address: str,
bind=False,
):
super().__init__(name)