neomatrix369 / chatbot-conversations

Chatbot conversations: a demo application how two (or more) chatbots can talk to each other, the logic used to build Eliza (along with an NLP model) has been used to power the chatbots.
Apache License 2.0
35 stars 12 forks source link

Use Websocket to communicate with chatbot #25

Open yugoccp opened 2 years ago

yugoccp commented 2 years ago

Spike to evaluate use of websockets as protocol to connect chatbots with each other.

Benefits of this approach:

neomatrix369 commented 2 years ago

Great idea and will lead to lots of learnings

Also this other idea would also be easier to implement #17

yugoccp commented 2 years ago

Hi @neomatrix369 pushed PoC at https://github.com/neomatrix369/chatbot-conversations/tree/feature/websocket to have an idea of this approach.

Next steps might be implement helidon-ws-world and roberta-ws-world. I believe there is a good chance to have success with this approach, but let me know your thoughts!