feat: cache warming (T1.4 PR3b) #11
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/t14-pr3b-cache-warming"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fire-and-forget cache warming on daemon startup, config-gated, disabled by default.
Disabled by default. Enables DeepSeek prefix cache warming: - Fire-and-forget probe on daemon startup - Optional periodic re-warming (COLIBRI_CACHE_WARMING_INTERVAL_HOURS) - Cache warming metrics exposed in daemon status - Fix: Box<dyn Error> -> Box<dyn Error + Send + Sync> in deepseek crate Config: COLIBRI_CACHE_WARMING=0|1, COLIBRI_CACHE_WARMING_INTERVAL_HOURS=N Status: cache_warming.enabled, .last_warm_at, .last_warm_cache_hit, .last_warm_hit_tokens Build: pass | Tests: workspace green | Fmt: clean