Hey Yusheng, thanks for your quick answer.
My system is a multi-agent Node.js system for support learning, and a professor can configure a question to be made for the apprentice. I have an agent that make this question by voice and other agent that wait for the apprentice answer. When he answer, I need to analyse his answer to check if it's a valid answer, and the Lucida's Query Classifier is essential to do that, in order to check if the user answered with an Affirmative (Action) or a Question.
So, for now I will follow your suggestions to set up a web server to receive the HTTP requests, and call QC as Infer.py does. I've never worked with Python, but I guess it will not be a big problem :)
By the way, does Lucida team use some chat platform as Slack?
Thank you for your support.
Best,