A simple Rasa 3.0 assistant that plays rock, paper scissors. Code from the Rasa 3.0 launch event livecoding. You can view the livecoding video here: https://www.youtube.com/watch?v=PfYBXidENlg
To run:
Install Rasa 3.0+
Clone repository
Run the action server: rasa run actions
Talk to the assistant in the shell: rasa shell
Note that the markers will not work unless you set up a tracker store other than the default in-memory one, they are provided as a syntax example only.
A simple Rasa 3.0 assistant that plays rock, paper scissors. Code from the Rasa 3.0 launch event livecoding. You can view the livecoding video here: https://www.youtube.com/watch?v=PfYBXidENlg
To run:
rasa run actions
rasa shell
Note that the markers will not work unless you set up a tracker store other than the default in-memory one, they are provided as a syntax example only.