Phase 7: audit memory

This commit is contained in:
Roberto Musso
2026-04-17 22:43:55 +02:00
parent ca8721e1ac
commit 0b5ef48463
6 changed files with 708 additions and 1 deletions

View File

@@ -61,6 +61,10 @@ LLM_MODEL_MEMORY_EXTRACTOR=
# Defaults to gpt-4o-mini when empty.
LLM_MODEL_MEMORY_MINER=
# Memory-auditor — weekly contradiction scan + relation label canonicalization (Phase 7).
# Defaults to LLM_MODEL when empty (a reasoning-capable model is recommended).
LLM_MODEL_MEMORY_AUDITOR=
# Scheduler — set to false to disable memory cron jobs (automatically false in tests).
SCHEDULER_ENABLED=true