feat(cognition): finish multi-character knowledge and monitor workflow

This commit is contained in:
Youzini-afk
2026-04-08 18:21:27 +08:00
parent 5818562145
commit a4fed87e6e
20 changed files with 3451 additions and 19 deletions

View File

@@ -56,6 +56,10 @@ export const defaultSettings = {
enableScopedMemory: true,
enablePovMemory: true,
enableRegionScopedObjective: true,
enableCognitiveMemory: true,
enableSpatialAdjacency: true,
enableAiMonitor: false,
injectLowConfidenceObjectiveMemory: false,
recallCharacterPovWeight: 1.25,
recallUserPovWeight: 1.05,
recallObjectiveCurrentRegionWeight: 1.15,