pub fn load_materialized_queued_prompts() -> Result<BTreeMap<String, Vec<MaterializedQueuedPrompt>>>Expand description
Load only the durable prompt queues without deserializing transcript rows. Dashboard startup uses this path so work is proportional to queued prompts, not to the complete retained conversation history.