Senparc.AI.AgentKernel 0.1.0-preview.1

Prefix Reserved
This is a prerelease version of Senparc.AI.AgentKernel.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Senparc.AI.AgentKernel --version 0.1.0-preview.1
                    
NuGet\Install-Package Senparc.AI.AgentKernel -Version 0.1.0-preview.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Senparc.AI.AgentKernel" Version="0.1.0-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Senparc.AI.AgentKernel" Version="0.1.0-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="Senparc.AI.AgentKernel" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Senparc.AI.AgentKernel --version 0.1.0-preview.1
                    
#r "nuget: Senparc.AI.AgentKernel, 0.1.0-preview.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Senparc.AI.AgentKernel@0.1.0-preview.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Senparc.AI.AgentKernel&version=0.1.0-preview.1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Senparc.AI.AgentKernel&version=0.1.0-preview.1&prerelease
                    
Install as a Cake Tool

Senparc.AI AgentKernel 模块,基于 Microsoft Agent Framework,提供 Senparc.AI 标准接口实现,支持 Chat、Embedding、向量存储等能力

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Senparc.AI.AgentKernel:

Package Downloads
Senparc.Xncf.XncfBuilder

Senparc.Xncf.XncfBuilder 快速生成 XNCF 模块基础程序代码

Senparc.Xncf.PromptRange

你的提示词(Prompt)训练场

Senparc.Xncf.AIKernel

AI 核心模块,基于 Senparc.AI 为所有 AI 项目提供基础能力

Senparc.Xncf.WeixinManager

NCF 模块:盛派官方发布的微信管理后台 使用此插件可以在 NCF 中快速集成微信公众号、小程序的部分基础管理功能,欢迎大家一起扩展! 微信 SDK 基于 Senparc.Weixin SDK 开发。

Senparc.Xncf.AgentsManager

Agents 管理模块

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.9.1 130 6/28/2026
0.1.9 162 6/28/2026
0.1.8.1 68 6/26/2026
0.1.8 60 6/24/2026
0.1.7 67 6/18/2026
0.1.5 70 6/16/2026
0.1.2.2 76 5/27/2026
0.1.2.1 70 5/26/2026
0.1.1.3 70 5/25/2026
0.1.1 68 5/25/2026
0.1.0 74 5/23/2026
0.1.0-preview.1 63 5/23/2026

[2026-05-21] v0.1.0-preview.1 Initial release based on Microsoft Agent Framework
1、AgentAiHandler / AgentKernelHelper:Chat、Embedding、多平台模型接入
2、AiKernel / AIKernelBuilder 链式配置 API(KernelConfigExtensions)
3、AgentSession 多轮对话;BuildKernelAsync / BuildKernelWithAgentSessionAsync
4、EmbeddingDimensions、向量存储(InMemory / Qdrant / Redis 等)
5、修复 HttpMessageHandler 链、日志流式读取及 HuggingFace 扩展命名