IBM / clai

Command Line Artificial Intelligence or CLAI is an open-sourced project from IBM Research aimed to bring the power of AI to the command line interface.
https://clai-home.mybluemix.net/
MIT License
475 stars 73 forks source link

non-blocking call to Rasa server #79

Open TathagataChakraborti opened 4 years ago

TathagataChakraborti commented 4 years ago

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.