Skip to main content

Module llm_cache

Module llm_cache 

Source
Expand description

LLM response cache for Pulse narration

Caches LLM-generated summaries keyed by structural context hash. Same structural inputs → cache hit, regardless of LLM provider or model.

Structs§

CachedResponse
A cached LLM response
LlmCache
LLM response cache manager