feat: add proactive memory extraction and daily logs

This commit is contained in:
William Valentin
2026-02-18 10:10:47 -08:00
parent 9cbd66cdcc
commit f38fc063d2
8 changed files with 250 additions and 5 deletions
+5
View File
@@ -315,6 +315,11 @@ export function createMessageRouter(deps: {
memoryAutoExtract: deps.config.memory?.auto_extract,
memoryInjectionStrategy: deps.config.memory?.injection_strategy,
memoryMaxInjectionTokens: deps.config.memory?.max_injection_tokens,
memoryProactiveExtractEnabled: deps.config.memory?.proactive_extract?.enabled,
memoryProactiveExtractMinToolCalls: deps.config.memory?.proactive_extract?.min_tool_calls,
memoryProactiveExtractNamespace: deps.config.memory?.proactive_extract?.namespace,
memoryDailyLogEnabled: deps.config.memory?.daily_log?.enabled,
memoryDailyLogNamespacePrefix: deps.config.memory?.daily_log?.namespace_prefix,
autoEscalate: deps.config.agents.auto_escalate,
autoEscalateTier: 'complex',
toolPolicyContext,