1- how create new agent or fresh new bot using UI?
2- what and how should be file tree in rasa-ui of existing rasa project?
I have tried:
My rasa file tree is rasa-app-data
- project – domain.yml – stories.md
- nlu_data.md
- model
commands executed: 1- npm start 2- python3 -m rasa_core.run -d models/dialogue -u models/nlu/Auto/Auto --port 5005 --enable_api
I cannot find any bot/ or data on ui