This commit is contained in:
eweeman
2026-01-14 16:57:36 -08:00
parent 2544e891f8
commit 4a6e2b898f
14 changed files with 343 additions and 136 deletions

9
bots/deafult_bot.py Normal file
View File

@@ -0,0 +1,9 @@
BOT_IDENTIFIER = "default_bot"
SYSTEM_PROMPT = """You are a helpful AI assistant in Slack.
You answer questions clearly and concisely.
You are friendly and professional."""
ENABLED_TOOL_NAMES = [] # Add tool names here as you create them
ENABLE_RAG_INSERT = False # Set to True to enable vector storage