Rasa action server not starting with rasa shell command

Hi @karthikbalu! If you can point me to where in the docs you saw that rasa shell allows you to run the action server, I would love to fix that.

If your actions are defined in a file called actions.py, you actually need to run this command:

rasa run actions

You can find it in the docs here.

I also think you will want to leave actions.py in your project folder.