LM-Kit.NET
Enterprise-grade .NET SDK for building LLM applications.
Published by LM-Kit
Distributed by ComponentSource since 2025
Prices from: US$ 980.00 Version: 2026.x NEW Updated: May 28, 2026
Released: May 28, 2026
HibernationMode, IKVCache, Configuration, MultiTurnConversation, PdfChat, RagChat, AgentExecutor): new HibernationMode enum (Auto, None, Forced), per-conversation IKVCache.HibernationMode get/set property on every multi-turn conversation type, and a process-wide Configuration.DefaultContextHibernationMode that seeds the value on every new conversation. In Forced mode the runtime hibernates the KV-cache to disk in the background at the end of every turn; the caller returns immediately and the next turn rehydrates transparently. None keeps the context resident. Auto is the default, reserved for runtime-driven heuristics, and currently behaves like None.