You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.
Feature description
Currently, gitbot requires launching the Rasa server seperately.
Solution 1: Be able to do something like rasa_nlu but I could not replicate the classification result with the old models.
Solution 2: Make a non-blocking call to the Rasa server in the install script -- not ideal coz this will keep the server up for eternity even if the skill is not active (we can make a kill call in the destruction code for the Agent class though).
Acceptance criteria
The user should not need to manually launch a different script.
The text was updated successfully, but these errors were encountered:
Feature description
Currently,
gitbot
requires launching the Rasa server seperately.Solution 1: Be able to do something like rasa_nlu but I could not replicate the classification result with the old models.
Solution 2: Make a non-blocking call to the Rasa server in the install script -- not ideal coz this will keep the server up for eternity even if the skill is not active (we can make a kill call in the destruction code for the Agent class though).
Acceptance criteria
The user should not need to manually launch a different script.
The text was updated successfully, but these errors were encountered: