jkomoros / code-sprouts

A simple framework to build bots using LLMs and simple state management
Apache License 2.0
3 stars 0 forks source link

Allow structured conversations that have potentially multiple participants #18

Open jkomoros opened 10 months ago

jkomoros commented 10 months ago

With more than just text/images interaction.

You can imagine the bot being able to respond with prebaked responses for the user to respond with.

Allow multiple bots to work together.

Taking this even further, you can imagine a more formal notion of threads as described here: https://docs.google.com/document/d/1nmn3xi_LyR_c2inNsDNGkfUGA1lxRKyV7zHfNTNdddo/edit#heading=h.n3w7p91fkufp

jkomoros commented 10 months ago

A related thing, should the turn order be changed so by default the user speaks first? That could save on errant LLMs, and also allow safer composition. It's also what GPT does: https://allenpike.com/2024/chatbot-to-everything-engine