VOOZH about

URL: https://www.nuget.org/packages/Senparc.AI.AgentKernel/

⇱ NuGet Gallery | Senparc.AI.AgentKernel 0.1.7




👁 Image
Senparc.AI.AgentKernel 0.1.7

Prefix Reserved
dotnet add package Senparc.AI.AgentKernel --version 0.1.7
 
 
NuGet\Install-Package Senparc.AI.AgentKernel -Version 0.1.7
 
 
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.7" />
 
 
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.7" />
 
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.7
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Senparc.AI.AgentKernel, 0.1.7"
 
 
#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.7
 
 
#: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.7
 
Install as a Cake Addin
#tool nuget:?package=Senparc.AI.AgentKernel&version=0.1.7
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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

Product Versions Compatible and additional computed target framework versions.
.NET net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.7 0 6/18/2026
0.1.5 43 6/16/2026
0.1.2.2 66 5/27/2026
0.1.2.1 60 5/26/2026
0.1.1.3 60 5/25/2026
0.1.1 60 5/25/2026
0.1.0 66 5/23/2026
0.1.0-preview.1 52 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 扩展命名
[2026-05-25] v0.1.1 添加 TextSearchStore
[2026-05-26] v0.1.2 Open Streaming Chat mode for AgentKernel
[2026-05-30] v0.1.4 Add extension functions to, such as Arguments Replacement, Auto search function-calling target
[2026-05-30] v0.1.5 Add TextToImage functions
[2026-06-17] v0.1.6 Add SpeechToText / TextToSpeech interfaces, samples and tests
[2026-06-19] v0.1.7 Enhance SpeechToText / TextToSpeech support
1. AgentKernelHelper.ConfigSpeechToText / ConfigTextToSpeech: OpenAI, Azure OpenAI, and NeuCharAI
2. AiKernel.SpeechToTextAsync / TextToSpeechAsync: core speech APIs
3. KernelConfigExtensions: ConfigSpeechToTextModel / ConfigTextToSpeechModel / RunSpeechToTextAsync / RunTextToSpeechAsync
4. KernelBuilderExtension: AddOpenAIAudio / AddAzureOpenAIAudio / AddNeuCharAIAudio
5. Keep ConfigAudioToText / ConfigTextToAudio as legacy aliases
6. Add SttSample / TtsSample console samples and KernelConfigExtensionsSpeechTests