Skip to content

Commit

Permalink
合并
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Sep 13, 2024
2 parents 5242817 + d86081e commit ee36a3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Samples with AI/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

AI 能力来自于 [Senparc.AI](https://github.com/Senparc/Senparc.AI),并深度集成了 [Semantic Kernel](https://github.com/microsoft/semantic-kernel)[AutoGen](https://github.com/microsoft/autogen) 等模块,同时进行了扩展,开箱即用,极易上手。

当前项目正在构建完善中,预计在 2024 年 7 月 1 日左右正式上线。
基础功能已正式上线,当前项目正在持续更新中,欢迎大家一起参与贡献代码或想法 💡

内容将涵盖:

1. [X] 微信公众号 Chat 机器人(文字) - 已于 2024 年 5 月 25 日上线
2. [X] 微信公众号 Chat 机器人(图片) - 已于 2024 年 5 月 25 日上线
3. [X] 微信公众号 Chat 机器人(多模态混合) - 已于 2024 年 5 月 26 日上线
4. [ ] 微信公众号带搜索功能的 Chat 机器人
5. [ ] 企业微信集成 Agent(智能体)机器人
5. [X] 企业微信集成 Agent(智能体)机器人 - 已在 [NCF](https://github.com/NeuCharFramework/NCF) 中的 [AgentsManager](https://github.com/NeuCharFramework/NcfPackageSources/tree/master/src/Extensions/Senparc.Xncf.AgentsManager) 模块集成
6. [ ] 使用 RAG 构建知识库问答

> 更多示例欢迎发 issue 或群内留言!
Expand Down
9 changes: 4 additions & 5 deletions Samples/All/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
| 文件夹 | 说明 |
|--------|--------|
| net8-mvc | 【快速更新,推荐】.NET 8.0 示例,可用于直接部署
| net7-mvc | 【停止更新】.NET 7.0 示例,可用于直接部署
| net6-mvc | 【停止更新】.NET 6.0 示例,可用于直接部署
| ~~net7-mvc~~ | ~~【停止更新】.NET 7.0 示例,可用于直接部署~~
| ~~net6-mvc~~ | ~~【停止更新】.NET 6.0 示例,可用于直接部署~~
| console | 【正常更新】命令行注册过程演示 Demo(接口调可参考 Web 项目)
| net45-mvc | 【停止更新】ASP.NET 4.5 MVC 示例,可用于直接部署,此项目中包含了 CommonServices 项目,供其他各 Sample 公用
| Senparc.Weixin.Sample.CommonService | 所有 Sample 中共享的公共代码库(仅为 Sample 服务,和 SDK 源码无关)
Expand All @@ -23,7 +23,7 @@
## 帮你选择

> 如果你希望学习并使用最新的 .NET 6.0(或8.0) 框架,并且已经安装了 VS2022(v16.9 以上),并且希望调试 .NET 6.0 及以上版本,那么请打开:net6-mvc/Senparc.Weixin.Sample.Net6.sln (或 net8-mvc/Senparc.Weixin.Sample.Net8.sln解决方案
> 如果你希望学习并使用最新的 .NET 8.0 框架,并且已经安装了 VS2022(v16.9 以上),并且希望调试 .NET 8.0 及以上版本,那么请打开:net8-mvc/Senparc.Weixin.Sample.Net8.sln 解决方案
> 如果你希望将 Senparc.Weixin SDK 用于命令行或桌面应用,那么请打开:console/Senparc.Weixin.MP.Sample.Consoles.vs2019.sln 解决方案
Expand All @@ -32,8 +32,7 @@
无论选择哪个解决方案,类库的功能都是一致的。



## 其他说明

Senparc.Weixin.Sample.CommonService 里面包含了 CustomMessageHandler 等在多个不同框架的 Sample 中可以重用的代码,例如可以在 .NET Framework / .NET 6.0 / WebForms 等不同环境中重用。
Senparc.Weixin.Sample.CommonService 里面包含了 CustomMessageHandler 等在多个不同框架的 Sample 中可以重用的代码,例如可以在 .NET Framework / .NET 8.0 / WebForms 等不同环境中重用。

0 comments on commit ee36a3f

Please sign in to comment.