You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`config.agents`|`string[]`| Agent ids that may use active memory |
565
-
|`config.model`|`string`| Optional blocking memory sub-agent model ref; when unset, active memory uses the current session model |
566
-
|`config.allowedChatTypes`|`("direct" \| "group" \| "channel")[]`| Session types that may run Active Memory; defaults to direct-message style sessions |
|`config.deniedChatIds`|`string[]`| Optional per-conversation denylist that overrides allowed session types and allowed ids |
569
-
|`config.queryMode`|`"message" \| "recent" \| "full"`| Controls how much conversation the blocking memory sub-agent sees |
570
-
|`config.promptStyle`|`"balanced" \| "strict" \| "contextual" \| "recall-heavy" \| "precision-heavy" \| "preference-only"`| Controls how eager or strict the blocking memory sub-agent is when deciding whether to return memory |
571
-
|`config.thinking`|`"off" \| "minimal" \| "low" \| "medium" \| "high" \| "xhigh" \| "adaptive" \| "max"`| Advanced thinking override for the blocking memory sub-agent; default `off` for speed |
572
-
|`config.promptOverride`|`string`| Advanced full prompt replacement; not recommended for normal use |
573
-
|`config.promptAppend`|`string`| Advanced extra instructions appended to the default or overridden prompt |
574
-
|`config.timeoutMs`|`number`| Hard timeout for the blocking memory sub-agent, capped at 120000 ms |
575
-
|`config.maxSummaryChars`|`number`| Maximum total characters allowed in the active-memory summary |
576
-
|`config.logging`|`boolean`| Emits active memory logs while tuning |
577
-
|`config.persistTranscripts`|`boolean`| Keeps blocking memory sub-agent transcripts on disk instead of deleting temp files |
578
-
|`config.transcriptDir`|`string`| Relative blocking memory sub-agent transcript directory under the agent sessions folder |
|`config.agents`|`string[]`| Agent ids that may use active memory |
565
+
|`config.model`|`string`| Optional blocking memory sub-agent model ref; when unset, active memory uses the current session model |
566
+
|`config.allowedChatTypes`|`("direct" \| "group" \| "channel")[]`| Session types that may run Active Memory; defaults to direct-message style sessions |
|`config.deniedChatIds`|`string[]`| Optional per-conversation denylist that overrides allowed session types and allowed ids |
569
+
|`config.queryMode`|`"message" \| "recent" \| "full"`| Controls how much conversation the blocking memory sub-agent sees |
570
+
|`config.promptStyle`|`"balanced" \| "strict" \| "contextual" \| "recall-heavy" \| "precision-heavy" \| "preference-only"`| Controls how eager or strict the blocking memory sub-agent is when deciding whether to return memory |
571
+
|`config.thinking`|`"off" \| "minimal" \| "low" \| "medium" \| "high" \| "xhigh" \| "adaptive" \| "max"`| Advanced thinking override for the blocking memory sub-agent; default `off` for speed |
572
+
|`config.promptOverride`|`string`| Advanced full prompt replacement; not recommended for normal use |
573
+
|`config.promptAppend`|`string`| Advanced extra instructions appended to the default or overridden prompt |
574
+
|`config.timeoutMs`|`number`| Hard timeout for the deadline-bounded memory sub-agent; defaults to 3000 ms and falls back silently on timeout|
575
+
|`config.maxSummaryChars`|`number`| Maximum total characters allowed in the active-memory summary |
576
+
|`config.logging`|`boolean`| Emits active memory logs while tuning |
577
+
|`config.persistTranscripts`|`boolean`| Keeps blocking memory sub-agent transcripts on disk instead of deleting temp files |
578
+
|`config.transcriptDir`|`string`| Relative blocking memory sub-agent transcript directory under the agent sessions folder |
0 commit comments