Try Rasa Pro
You can start using Rasa Pro in your browser right away, no installation required.
Prerequisites
Rasa Pro License Key - you'll need a license key to use Rasa Pro. You can request a Rasa Pro Developer Edition license key here and read more about our licensing here.
Steps
Create a Codespace:
- Navigate to our quickstart repository on GitHub.
- Click on "Code", then on "Create codespace on main".
Set Up Environment
Edit the file called .env
with the following content:
.env
RASA_PRO_LICENSE='your_rasa_pro_license_key_here'
Load this environment variable from your file by running:
source .env
Then activate your python environment by running:
source .venv/bin/activate
Follow the tutorial
Your codespace is set up so you can now run commands like rasa train
and rasa inspect
.
Now, check out the tutorial to build your first CALM assistant.