Hey @tyd,
I am working on a project using C# and running Rasa commands via starting command prompt inside the module. These are the commands, I am running inside C# with different process threads.
1)rasa run -m models --enable-api --cors '*' --debug
2)rasa run actions --debug.
Is it possible, can get a flag message or a response from command rasa run -m models --enable-api --cors '*' --debug
. When its completely boot up and ready to receive requests.