Add EngagementEngine, persona system, dropdowns, penalties, /resetmatty, debug logging
This commit is contained in:
+6
-5
@@ -11,12 +11,13 @@ import (
|
||||
type Plugin struct {
|
||||
plugin.MattermostPlugin
|
||||
|
||||
configuration *configuration
|
||||
configLock sync.RWMutex
|
||||
botUserID string
|
||||
ollamaClient *OllamaClient
|
||||
configuration *configuration
|
||||
configLock sync.RWMutex
|
||||
botUserID string
|
||||
ollamaClient *OllamaClient
|
||||
conversationStore *ConversationStore
|
||||
rateLimiter *RateLimiter
|
||||
rateLimiter *RateLimiter
|
||||
engagementEngine *EngagementEngine
|
||||
}
|
||||
|
||||
// ServeHTTP allows the plugin to handle HTTP requests.
|
||||
|
||||
Reference in New Issue
Block a user