discourse-ai/lib/modules/ai_bot/commands
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
..
categories_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
command.rb FEATURE: add setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00
db_schema_command.rb FEATURE: add initial support for personas (#172) 2023-08-30 16:15:03 +10:00
google_command.rb FEATURE: basic progress for image generation (#133) 2023-08-14 16:30:12 +10:00
image_command.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
read_command.rb FEATURE: add setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00
search_command.rb FEATURE: implement command framework for non Open AI (#147) 2023-08-23 07:49:36 +10:00
setting_context_command.rb FEATURE: add setting_context experimental command (#160) 2023-08-29 10:43:58 +10:00
summarize_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
tags_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00
time_command.rb DEV: simplify command framework (#125) 2023-08-04 09:37:58 +10:00