Jaime Tenorio

Results 8 comments of Jaime Tenorio

I agree that FSM or at least a part of it should be private. I don't know if I agree with the REST API approach, because we would have extensions...

I submitted #28, which simplifies the responses from extensions. The method `NewExecuteCommandFuncResponse` takes any number of `ExecuteCommandFuncResponseOption` arguments, so that you can modify only the parts of the response that...

It looks very nice and transparent, I'll check out the message queue, it looks good but I'm not super familiar. I think this is taking the right direction.

First of all thank you! Yes, the advantage of Go extensions is that they're "native", so in other languages you'd have to implement your own `ServeREST` or `ServeRPC` methods. It...

Wow, yeah, this would be a great way to constantly train the bot and make it keep learning even after the development stage. This is actually something that we've wanted...

I like the idea of using the Bot as the centerpiece of the system. If I understand correctly, what you're proposing is: if an extension is to be run, the...

## 1 You're right about that, REST can get very messy. Besides, the event-driven approach makes things a bit more modern I think. What I like about REST is that...

BTW, take a look at [the new classifier features](https://chatto.jaimeteb.com/classifier/), maybe they'll come into play for this.