LM-Kit.NET
LLMアプリケーションを構築するためのエンタープライズグレードの.NET SDK
LM-Kit 社の製品
2025 年より日本国内にてComponentSourceで販売中。
価格:¥ 207,570 (税込)〜 バージョン: 2026.x 新機能 更新日: Apr 4, 2026
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.DocumentSplittingResult class.DocumentSegment class.PdfMerger class for merging multiple PDF documents into one.
Attachment instances or file paths.Merge methods for in-memory output and MergeToFile/MergeFiles methods for file output.DatabaseTool to built-in tools for SQLite database operations.
SpreadsheetTool to built-in tools for Excel (.xlsx) file operations.
RssFeedTool to built-in tools for RSS and Atom feed operations.
ClipboardTool to built-in tools for system clipboard access.
FtpTool to built-in tools for FTP file transfer operations.
PdfToImage class to support JPEG output.
RenderToFiles now accepts "jpg" as a format option.ImageToPdf class for converting images into PDF documents.
Attachment inputs.PdfUnlocker class for removing password protection from PDFs.
Attachment inputs with file or in-memory output.SaveAsJpeg method to ImageBuffer.
Document category to built-in tools with 11 document processing tools.
PdfSplitTool: Extract pages, split PDFs by ranges, and query page count.PdfInfoTool: Retrieve page count, dimensions, metadata, and text content from PDFs.PdfToImageTool: Render PDF pages as JPEG, PNG, or BMP images with configurable zoom and quality.PdfMergeTool: Merge multiple PDF files into a single output file.ImageToPdfTool: Convert one or more JPEG, PNG, or BMP images into a single PDF document.PdfUnlockTool: Remove password protection from a PDF using the known password.ImageDeskewTool: Detect and correct skew in scanned documents.ImageCropTool: Auto-crop uniform borders from scanned documents and images.ImageResizeTool: Resize images with exact dimensions or aspect-ratio-preserving box fit, convert pixel formats.DocumentTextTool: Extract text from PDF, DOCX, XLSX, PPTX, and HTML files.OcrTool: Extract text from images using Tesseract OCR with support for 34 languages.SupervisorOrchestrator to use a single-pass execution model.
ExecuteAgentAsync call, since AgentExecutor handles multi-turn tool calling internally.DelegateTool to return plain text on successful delegation.
AfterTextCompletion event to DelegateTool for streaming worker tokens in real time.SupervisorOrchestrator now wires up BeforeDelegation, AfterDelegation, and AfterTextCompletion events to emit AgentStarted, Content, and AgentCompleted stream tokens for worker agents.SupervisorOrchestrator.DefaultSupervisorPrompt to instruct the supervisor to relay single-worker responses verbatim.