openclaw/extensions/memory-core
RayWoo ad6e1cd3a0 fix(memory-core): raise NARRATIVE_TIMEOUT_MS from 15s to 60s
Closes #72837. The 15s narrative-subagent timeout was empirically too
tight for warm-gateway runs across light, REM, and deep phases —
gpt-5.4-mini latency through OpenAI alone routinely brushes 12s+, so the
first sweep after a restart deterministically times out across all three
phases. 60s gives realistic LLM-call headroom while still capping the
worst case at one minute, preserving the original comment's "don't leave
parent cron running for minutes" constraint.

Test: updates the matching toMatchObject assertion in
dreaming-narrative.test.ts from 15_000 to 60_000.
2026-04-27 21:19:38 +01:00
..
src fix(memory-core): raise NARRATIVE_TIMEOUT_MS from 15s to 60s 2026-04-27 21:19:38 +01:00
api.ts refactor(plugin-sdk): narrow config runtime imports 2026-04-27 14:58:32 +01:00
cli-metadata.ts
index.test.ts perf: narrow memory core test imports 2026-04-24 03:46:18 +01:00
index.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
manager-runtime.ts
openclaw.plugin.json fix(memory-core): support dreaming model override 2026-04-27 11:08:21 +01:00
package.json chore: update dependencies 2026-04-26 10:54:58 +01:00
runtime-api.ts Fix dreaming replay, repair polluted artifacts, and gate wiki tabs (#65138) 2026-04-12 00:25:11 -05:00
tsconfig.json