Connecting with rasa server using local python file

I want my local python file to male requests to the rasa server and rasa server will retreive the responses back to that file.(only using rasa nlu for parsing entities) I have made one local python file ,now i want to connect that python file so that it will send messages to the rasa server and fetch the parsing responses.So in this way ,i dont need to run rasa commands it will directly start the rasa server from that python file.

Hey @Addy-mons, Agent can help you:

Agent

thanks a lot.it worked for me