LM-Kit.NET
.NET SDK der Enterprise-Klasse zum Erstellen von LLM-Anwendungen.
Veröffentlicht von LM-Kit
Wird von ComponentSource seit 2025 vertrieben
Preise ab: $ 980.00 Version: 2026.x NEU Letzte Aktualisierung: 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.