structured memory: facts/pinned/episodes, batched consolidation, participant-scoped recall

This commit is contained in:
Oleksandr Kozachuk
2026-07-13 14:12:21 +02:00
parent 02c989946b
commit 3d2289496b
14 changed files with 608 additions and 90 deletions
+6
View File
@@ -36,3 +36,9 @@ enable-game-info = true
# user-daily-images = 10
# Privacy (SAF-08/09): users can always run !forgetme and !privacy
# privacy-notice = "I keep recent messages and a summary. !forgetme deletes yours."
# Structured memory (SPEC-002) — active only when memory-model is set:
# memory-model = "gpt-5.6-luna"
# memory-consolidate-every = 20 # observations per consolidation batch
# memory-episodes-per-channel = 10 # episode decay cap
# memory-fact-retention-days = 180 # GDPR storage limitation
# Staff: !bot memory <user> | forget-fact <id> | pin <channel|global> <fact> | unpin <id>