This commit is contained in:
legop3
2026-09-14 13:04:41 -04:00
parent 6edb6f6dd0
commit 0266bd9568
13 changed files with 175 additions and 21 deletions
@@ -5,6 +5,8 @@ const { strictObject, string, boolean, integer } = require('../../configuration/
module.exports = {
key: 'overseerControl',
// The integration is still opt-in; populated presentation values keep its
// initial document complete without causing the model loop to start.
defaultValue: {
enabled: false,
mode: 'autonomous',
@@ -15,7 +17,7 @@ module.exports = {
name: 'The Overseer',
model: 'qwen2.5:7b-instruct',
ollamaServer: 'http://127.0.0.1:11434',
profileImageUrl: '',
profileImageUrl: 'https://example.com/overseer.png',
gateIntervalMs: 2000,
},
schema: strictObject({