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

@ -471,6 +471,12 @@ With these functionalities, the AI assistant can summarize key points within an
<td> <a href="https://github.com/antgroup/agentUniverse"> agentUniverse </a> </td>
<td> agentUniverse is a multi-agent collaboration framework designed for complex business scenarios. It offers rapid and user-friendly development capabilities for LLM agent applications, with a focus on mechanisms such as agent collaborative scheduling, autonomous decision-making, and dynamic feedback. The framework originates from Ant Group's real-world business practices in the financial industry. In June 2024, agentUniverse achieved full integration support for the DeepSeek series of models. </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 is an open-source multi-agent application development framework. From simple chatbots to multi-agent collaboration and complex tasks like the Text To SQL framework, it provides out-of-the-box solutions to quickly integrate large model capabilities into existing business systems. It also includes built-in knowledge base and session management features. The framework has been thoroughly tested with DeepSeek V3 models, and thanks to the performance of DeepSeek V3, the framework's performance is on par with other proprietary models. </td>
</tr>
</tr>
</table>
<p style="text-align: right;"><a href="#table-of-contents">^ Back to Contents ^</a></p>