Add BotSharp The Open Source AI Agent Application Framework Tested using deepseek v3 (#422)

This commit is contained in:
Gil Zhang 2025-03-27 11:12:00 +08:00 committed by GitHub
parent d35ecdf0e7
commit d45639a82f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 26 additions and 0 deletions

View file

@ -374,6 +374,11 @@
<td> <a href="https://github.com/antgroup/agentUniverse"> agentUniverse </a> </td>
<td> agentUniverse 是一个面向复杂业务场景设计的多智能体协作框架。其提供了快速易用的大模型智能体应用搭建能力并着重于提供智能体协同调度、自主决策与动态反馈等机制其源自蚂蚁集团在金融领域的真实业务实践沉淀。agentUniverse于2024年6月全面接入支持deepseek系列模型。 </td>
</tr>
<tr>
<td width=80> <img src="docs/BotSharp/assets/logo.png" alt="Icon" width="64" height="auto" /> </td>
<td> <a href="https://github.com/SciSharp/BotSharp"> BotSharp </a> </td>
<td> BotSharp 是一个开源的多智能体应用开发框架从简单的聊天机器人再到多智能体协作以及复杂的任务如【Text To Sql】框架都提供了开箱即用的使用方法可以快速的将大模型的能力接入到现有的业务系统中并且内置知识库和会话管理功能等框架使用DeepSeek V3的模型进行了详细的测试得益于DeepSeek V3的性能框架的表现不输其他的闭源的模型。 </td>
</tr>
</table>
<p style="text-align: right;"><a href="#目录">^ 返回目录 ^</a></p>