I am trying to deploy a rasa agent i made to a mobile robot.
I already have a text-to-speech and speech-to-text block developed in python and I would like to use a python script to post the message from speech-to-text to the agent and to deliver the response to the text-to-speech program.
I tried to look for answer in rasa-doc or youtube but i didn’t find any ways to do it.