Gateway: eager-init QMD backend on startup

This commit is contained in:
Vignesh Natarajan
2026-02-07 19:38:04 -08:00
committed by Vignesh
parent ef4a0e92b7
commit efc79f69a2
5 changed files with 97 additions and 0 deletions

View File

@@ -132,6 +132,8 @@ out to QMD for retrieval. Key points:
(plus default workspace memory files), then `qmd update` + `qmd embed` run
on boot and on a configurable interval (`memory.qmd.update.interval`,
default 5m).
- The gateway now initializes the QMD manager on startup, so periodic update
timers are armed even before the first `memory_search` call.
- Boot refresh now runs in the background by default so chat startup is not
blocked; set `memory.qmd.update.waitForBootSync = true` to keep the previous
blocking behavior.