I’m new to Rasa and try to follow the Rasa CALM courses.
I use conda virtual environment where I have set RASA_PRO_LICENSE with my personnal token.
Then I run rasa init --template tutorial command and all seems to works fine except that Rasa inspector page that open which is completely blank so that I can not interact with AI agent.
When I inspect the page, I can see an error I don’t know how to manage:
I have notice multiple differences between Rasa Pro documentation mentionned in CALM Youtube courses videos and current Rasa Pro documentation even if videos are dated less than one year. This make more difficult to follow for a beginner.
Hi @m_ashurkina, thanks for replying. I did not start rasa project since my post here.
Today I’ve run rasa init --template tutorial command and now it works ! I haven’t change anything…
I have open a new ticket because the last step of rasa calm tutorial when integrating API call to check for sufficient funds before transfer money does not run as expected: transfer pass even if amount passed is greater than balance set in ActionCheckSufficientFunds (1000).
Trying to follow online tutorials (Rasa docs and Youtube), I realize that many time it does not works, because of versions or other.
We are currently doing technology monitoring for IA solutions to answer new demands on IA in clinical research projects.
Rasa, and Rasa CALM in particularly, seems to be a good solution.
Could you guide me in all documentations/online tutorial?
As a starting project to learn about Rasa, I would like to develop a simple conversational agent using Rasa CALM that could answer users about our structure.
Hi @LECARROU Jérôme, thank you for your reply.
The best place to start with CALM is this YouTube playlist
and Rasa’s Docs.
If you want ActionCheckSufficientFunds to check the amount before replying, you’d need to replace utter_transfer_complete with the action action_check_sufficient_funds in the flow transfer_money and customise it to your needs.
More on flows and custom actions here: Flows, Custom Actions. Let me know how it goes.