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

@@ -29,6 +29,7 @@ class Settings(BaseSettings):
LLM_MODEL_SETUP_AGENT: str = "" # agent-setup journey
LLM_MODEL_MEMORY_EXTRACTOR: str = "" # memory-extractor (Phase 2 extract/decide)
LLM_MODEL_MEMORY_MINER: str = "" # memory-miner (Phase 5 proactive mining)
LLM_MODEL_MEMORY_AUDITOR: str = "" # memory-auditor (Phase 7 weekly audit)
# GitHub Copilot OAuth token storage directory.
# Leave empty to use the LiteLLM default (~/.config/litellm/github_copilot).