mirror of
https://github.com/deepseek-ai/awesome-deepseek-integration.git
synced 2025-10-13 20:11:30 -04:00
Add BotSharp The Open Source AI Agent Application Framework Tested using deepseek v3 (#422)
This commit is contained in:
parent
d35ecdf0e7
commit
d45639a82f
6 changed files with 26 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue