discourse-ai/lib/modules/ai_bot
Sam db19e37748
FEATURE: add initial support for personas (#172)
This splits out a bunch of code that used to live inside bots
into a dedicated concept called a Persona.

This allows us to start playing with multiple personas for the bot

Ships with:

artist - for making images
sql helper - for helping with data explorer
general - for everything and anything
 
Also includes a few fixes that make the generic LLM function implementation  more robust
2023-08-30 16:15:03 +10:00
..
commands FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
jobs/regular FIX: automatic bot titles missing sometime (#151) 2023-08-24 07:20:24 +10:00
personas FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
anthropic_bot.rb FIX: trim first space when getting a reply from anthropic (#164) 2023-08-29 10:57:36 +10:00
bot.rb FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
entry_point.rb FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
open_ai_bot.rb FEATURE: add setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00