Rasa chatbot boilerplate built via docker containers with a component based file structure for improved organization and modularity.
- Docker
- docker-compose
You can find credentials.yml examples here:
https://github.com/RasaHQ/rasa_core/blob/master/examples/moodbot/credentials.yml
make train
View Rasa supported chat connectors:
https://rasa.com/docs/core/connectors/
export Adapter=slack
or
export Adapter=rest
or
export Adapter=socketio
make start