Merge pull request #16191 from Security-Onion-Solutions/mwright/agent-studio-memory

Memory and Reconcile Persona Annotations
This commit is contained in:
Matthew Wright
2026-08-27 09:34:32 -04:00
committed by GitHub
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -1549,6 +1549,8 @@ soc:
memoryModel: gemma@SOAI
embedModel: amazon.titan-embed-text-v2@SOAI
reconcileModel: gemma@SOAI
memoryPersona: ""
reconcilePersona: ""
onionconfig:
saltstackDir: /opt/so/saltstack
bypassEnabled: false
+10
View File
@@ -884,6 +884,16 @@ soc:
reconcileModel:
description: The model to use when reconciling memories that contain nearly the same content.
global: True
memoryPersona:
description: Text appended to the built-in prompt of the memory extraction agent, managed from the Agent Studio. Use it to steer what is worth remembering.
global: True
readonlyUi: True
multiline: True
reconcilePersona:
description: Text appended to the built-in prompt of the memory reconciliation agent, managed from the Agent Studio. Use it to steer how new memories are merged with existing ones.
global: True
readonlyUi: True
multiline: True
client:
assistant:
enabled: