Where is the rasa.exe source code

I want to learn rasa source code this days. I know that rasa is running by rasa.exe, so where is the source code can I find. Is it just a execute wrapper for python code?

Hey @ILG2021. If you installed rasa in a virtual environment you should be able to find the source code there. For example, inside of the directory where you keep the venv file you should rasa source code following the path: ./venv/lib/python3.8/site-packages/rasa

Alternatively, you can find all of the Rasa’s source code on github: https://github.com/RasaHQ/rasa

Ok, thanks for you reply. I know rasa’s source code, I just want to know the rasa.exe code.