Senparc.AI.AgentKernel
0.1.2.1
Prefix Reserved
dotnet add package Senparc.AI.AgentKernel --version 0.1.2.1
NuGet\Install-Package Senparc.AI.AgentKernel -Version 0.1.2.1
<PackageReference Include="Senparc.AI.AgentKernel" Version="0.1.2.1" />
<PackageVersion Include="Senparc.AI.AgentKernel" Version="0.1.2.1" />
<PackageReference Include="Senparc.AI.AgentKernel" />
paket add Senparc.AI.AgentKernel --version 0.1.2.1
#r "nuget: Senparc.AI.AgentKernel, 0.1.2.1"
#:package Senparc.AI.AgentKernel@0.1.2.1
#addin nuget:?package=Senparc.AI.AgentKernel&version=0.1.2.1
#tool nuget:?package=Senparc.AI.AgentKernel&version=0.1.2.1
Senparc.AI AgentKernel 模块,基于 Microsoft Agent Framework,提供 Senparc.AI 标准接口实现,支持 Chat、Embedding、向量存储等能力
| Product | Versions 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. |
-
net10.0
- Azure.AI.OpenAI (>= 2.9.0-beta.1)
- Azure.AI.Projects (>= 2.1.0-beta.2)
- Azure.Identity (>= 1.21.0)
- Microsoft.Agents.AI (>= 1.6.1)
- Microsoft.Agents.AI.Foundry (>= 1.6.1-preview.260514.1)
- Microsoft.Agents.AI.OpenAI (>= 1.6.1)
- Microsoft.Extensions.AI (>= 10.5.1)
- Microsoft.Extensions.VectorData.Abstractions (>= 10.1.0)
- Microsoft.SemanticKernel.Connectors.HuggingFace (>= 1.74.0-preview)
- Microsoft.SemanticKernel.Connectors.InMemory (>= 1.74.0-preview)
- Microsoft.SemanticKernel.Connectors.Ollama (>= 1.74.0-alpha)
- Microsoft.SemanticKernel.Connectors.Qdrant (>= 1.74.0-preview)
- Microsoft.SemanticKernel.Connectors.Redis (>= 1.74.1-preview)
- OllamaSharp (>= 5.4.25)
- Senparc.AI (>= 0.27.0)
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.2.1 | 0 | 5/26/2026 |
| 0.1.1.3 | 29 | 5/25/2026 |
| 0.1.1 | 38 | 5/25/2026 |
| 0.1.0 | 40 | 5/23/2026 |
| 0.1.0-preview.1 | 34 | 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