惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

The Hacker News
The Hacker News
C
Cisco Blogs
P
Privacy & Cybersecurity Law Blog
Cloudbric
Cloudbric
S
Security Affairs
PCI Perspectives
PCI Perspectives
The Last Watchdog
The Last Watchdog
AWS News Blog
AWS News Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
N
News and Events Feed by Topic
W
WeLiveSecurity
T
Tenable Blog
L
LINUX DO - 最新话题
T
Tor Project blog
Help Net Security
Help Net Security
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
P
Proofpoint News Feed
爱范儿
爱范儿
O
OpenAI News
Hacker News - Newest:
Hacker News - Newest: "LLM"
Y
Y Combinator Blog
I
Intezer
C
Check Point Blog
Stack Overflow Blog
Stack Overflow Blog
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
S
Securelist
P
Privacy International News Feed
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
量子位
SecWiki News
SecWiki News
L
Lohrmann on Cybersecurity
T
Threat Research - Cisco Blogs
Recent Commits to openclaw:main
Recent Commits to openclaw:main
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Scott Helme
Scott Helme
H
Help Net Security
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
Spread Privacy
Spread Privacy
Know Your Adversary
Know Your Adversary
I
InfoQ
TaoSecurity Blog
TaoSecurity Blog
Blog — PlanetScale
Blog — PlanetScale
N
News | PayPal Newsroom
小众软件
小众软件
C
CERT Recently Published Vulnerability Notes

博客园 - SZW

微信 SDK + Senparc.AI + MCP 打造微信 AI 开发助手(二):在 Cursor、VS Code 等 IDE 中自动编写 微信 SDK + Senparc.AI + MCP 打造微信 AI 开发助手(一):网页版 Senparc.AI 系列教程(二):配置大模型,开始开发应用 Senparc 基础库全面适配 .NET 8.0 Senparc.Weixin SDK 微信平台开发教程(二十四):顺应 GenAI 应用,自动“续航”回复超长文本消息 微信新菜单类型 article_id 设置教程 微信 CLI 工具正式发布 v1.0 微信支付 V3 开发教程(一):初识 Senparc.Weixin.TenPayV3 [备忘]如何备份 VPN 文件 - SZW 动态 WebApi 引擎使用教程(3行代码完成动态 WebApi 构建) [备忘] 解决 rzc discover exited with code -2147450730 问题 “此 Url 可用于服务器 token 签名校验”提示 在开发环境内网穿透测试微信公众号 1个类,2个方法,3句代码,完成微信公众号开发的极简流程 [重要更新]微信小程序登录、用户信息相关接口调整:使用 wx.getUserProfile 取代 wx.getUserInfo [备忘]使用 .NET Core 模板生成时,在 .csproj 文件中使用条件编译的注意点 [备忘]处理错误:Your project does not reference ".NETFramework,Version=v4.5" framework. Add a reference to ".NETFramework,Version=v4.5" in the "TargetFrameworks" ... WeChatSampleBuilder V2.0 使用教程(网页版+桌面版) SCF(SenparcCoreFramework) 系列教程(一):项目介绍及快速搭建
Senparc.AI 系列教程(一):概要
SZW · 2025-08-01 · via 博客园 - SZW

简介

  Senparc.AI 由盛派开发者社区发起,致力于建设一套服务于 AI 落地的工具包和开发者生态。

  开源地址:https://github.com/Senparc/Senparc.AI,示例中已经包含了较为完整的对话机器人(Chat)、补全(Completion)、向量化(Embedding)、RAG 等示例,开箱即用。
  100% 开源,Apache License 2.0 开源协议,可商用。

  Senparc.AI 的使命:帮助开发者和 AI、大模型消费者,获得更安全、更高效、更经济、有稳定的模型和数据服务,深入赋能落地解决方案。

生态成员

  目前 Senparc.AI 成员系列中包含了以下主要组成部分:

 
模块 说明 Nuget 包
Senparc.AI 提供 Senparc.AI 生态模块的底层标准,包括模型配置标准、底层公共实体和帮助类

Senparc.AI

Senparc.AI.Kernel Senparc.AI 标准基础实现核心模块,默认使用 Semantic Kernel 支持核心功能 Senparc.AI.Kernel
Senparc.Xncf.AIKernel Senparc.AI.Kernel 的 NCF 模块,可实现基于 Senparc.AI 标准的模型、参数的数据库和可视化管理,
无需开发,即开即用
Senparc.Xncf.AIKernel
Senparc.Xncf.AgentsManager Senparc.AI.Agents 模块的 NCF 模块实现,提供了多智能体基础管理平台 Senparc.Xncf.AgentsManager
Senparc.Xncf.PromptRange PromptRange(提示词靶场)的 NCF 模块,实现开箱即用的提示词工具 Senparc.Xncf.PromptRange
Senparc.Xncf.WeixinManager 微信管理工具,集成 PromptRange 后具备 AI 机器人自动应答能力 Senparc.Xncf.WeixinManager