LM-Kit.NET
用于构建 LLM 应用程序的企业级 .NET SDK。
由以下开发商制作:LM-Kit
ComponentSource开始代理销售的日期:2025年
Released: Feb 19, 2026
LMKit.TextGeneration.Filters).
FilterPipeline with IPromptFilter, ICompletionFilter, and IToolInvocationFilter following the ASP.NET Core middleware (onion) pattern.MultiTurnConversation and Agent.LMKit.TextGeneration.Prompts).
PromptTemplate class with Mustache syntax, conditionals, loops, filter chaining, custom helpers, and strict mode.Released: Feb 16, 2026
LMKit.Document.Conversion:
MarkdownHtmlConverter.MarkdownToHtml(string) method to convert Markdown to HTML.MarkdownHtmlConverter.HtmlToMarkdown(string) method to convert HTML back to Markdown.MarkdownDocxConverter.MarkdownToDocx(string) and MarkdownDocxConverter.MarkdownToDocxFile(string, string) methods to convert Markdown to DOCX.MarkdownDocxConverter.DocxToMarkdown(...) overloads for DOCX byte arrays and DOCX file paths.Released: Feb 12, 2026
PdfSplitter class for physically splitting PDF documents by page ranges.
Attachment instances or file paths.ExtractPages methods for single output and Split/SplitToFiles methods for multi-output splitting.DocumentSplittingResult to extract AI-detected segments into separate PDF files.DocumentSplitting class for detecting logical document boundaries within multi-page files.Released: Feb 9, 2026
minicpm-o-45, lightonocr-2:1b, and glm4.7-flash.StripStyleAttributes property to VlmOcr.Released: Feb 6, 2026
LM-Kit.NET.Integrations.ExtensionsAI NuGet package for Microsoft.Extensions.AI integration.
IChatClient via LMKitChatClient, enabling LM-Kit.NET models to be used through the standard Microsoft.Extensions.AI abstraction layer.IEmbeddingGenerator<string, Embedding<float>> via LMKitEmbeddingGenerator for embedding generation.Released: Feb 2, 2026
IMcpTransport interface for transport abstraction.StdioTransport class for subprocess-based MCP communication.StdioTransportOptions class for detailed stdio configuration.McpTransportException class for transport-specific errors.McpClientBuilder class for fluent client construction.ForStdio factory methods to the McpClient class.Released: Jan 31, 2026
LMKit.Agents namespace with comprehensive agent framework.
Agent, AgentBuilder, AgentExecutor, AgentRegistry.AgentCapabilities, AgentIdentity, AgentExecutionOptions.AgentExecutionResult, AgentExecutionStatus.LMKit.Agents.Orchestration namespace.
IOrchestrator interface with PipelineOrchestrator, ParallelOrchestrator, RouterOrchestrator, and SupervisorOrchestrator implementations.Released: Jan 27, 2026
whisper-large2 and devstral-small2.LMKit.Speech.Dictation namespace with Formatter, Command, CommandInfo, CommandMatch, and FormatterOptions classes for dictation text formatting.SuppressHallucinations property to the SpeechToText class.SuppressNonSpeechTokens property to the SpeechToText class.Released: Jan 17, 2026
NamedEntityRecognitionTrainingDataset class.Released: Jan 11, 2026
DeleteDocument and DeleteDocumentAsync methods to the DocumentRag class.AddDataSource and AddDataSourceAsync overloads to the RagEngine class that load an existing DataSource from a vector store.LoadWarnings and HasLoadWarnings properties to the DataSource class for inspecting sections that could not be read during partial loading.LoadWarning class.nemotron3-nano and falcon-h1r:7b.