So I’ve managed to get my Rasa model working with DeepPavlov but I’m unable to get it to interact with the Rasa Action Server.
If I use “python -m deeppavlov interact …” I can interact with the Rasa model but the model cannot interact with the action server.
If I run “python -m deeppavlov riseapi …” I cannot even interact with the Rasa model and get an error saying “ValueError: loop argument must agree with Future”, something to do with asyncio.
I also tried using dp-agent and passing in the rasa skill into the configuration with no luck.
Is there something I’m missing?
Thanks in advance.