Agent.handle_message() no longer works

Hello,

In earlier versions of Rasa, agent.handle_message worked perfectly, however, now, the only thing thats works for me in to run the “run” script. “make run”. This loads the bot and returns the appropriate response from the bot. However, handle_message and handle_text both return and empty array.

What is going on ?

I haven’t moved to the latest version yet, plus we use rasa_core as a server

ANSWER: When you load a new agent, you must pass in a action_endpoint, in order for the agent to run custom actions. This is in the new version.

1 Like