Can you give a code level explanation on "rasa run"?

What happens on the code level when I run “rasa run” in the terminal?

Probably the easiest is to just show you in the code where that happens which is at rasa/run.py at master · RasaHQ/rasa · GitHub let me know if there are specifics you want to know, it basically just sets up the model and server and other requirements to get it running.

Thanks a lot. I don’t have any questions about specifics yet. But it feels like they’re gonna rise soon :slight_smile: