LM-Kit.NET

用於構建 LLM 應用程式的企業級 .NET SDK。

由以下開發商製作:LM-Kit
ComponentSource 開始代理銷售的日期:2025年

價格從: US$ 980.00 版本: 2026.x 新增功能 更新: May 28, 2026

LM-Kit.NET 2026.2.1

Released: Feb 2, 2026

2026.2.1 中的更新

特性

  • Added stdio transport support to the MCP client for local MCP servers.
    • Introduced the IMcpTransport interface for transport abstraction.
    • Introduced the StdioTransport class for subprocess-based MCP communication.
    • Introduced the StdioTransportOptions class for detailed stdio configuration.
    • Introduced the McpTransportException class for transport-specific errors.
    • Introduced the McpClientBuilder class for fluent client construction.
    • Added ForStdio factory methods to the McpClient class.
    • Added TransportType, IsStdioTransport, and Transport properties to McpClient.
    • Support for Node.js (npx), Python (uvx), and native MCP server executables.
    • Features: Process lifecycle management, auto-restart, graceful shutdown, stderr capture.
  • Improved ReAct pattern of agents with tools.

修補程式

  • Boolean type was not correctly handled in TextExtraction.