из rasa_core.utils import EndpointConfig
ImportError: невозможно импортировать имя 'EndpointConfig'
Версия Rasa Core:
0.8.2
Python версия:
3
Может ли кто-нибудь помочь мне решить,
interpreter = RasaNLUInterpreter('./models/nlu/default/weathernlu')
action_endpoint = EndpointConfig(url="http://localhost:5055/webhook")
agent = Agent.load('./models/dialogue', interpreter=interpreter, action_endpoint=action_endpoint)
rasa_core.run.serve_application(agent ,channel='cmdline')