To start off with stardance, I decided that making a slack bot would be a fun new challenge and a good way to learn how this whole thing works.
I started by loosely following the guide, then started making my own stuff.
So far I have just 3 commands:
/glados-help
/glados-ping
/glados-prompt
ping and help do as expected, prompt causes the bot to respond with a message, the prompt is sent to an llm inference api.
In the future I want to add memory and a way to chat directly without sending commands but I don’t know how to do that yet.