Add agentUniverse multi-agent collaboration framework (#320)

This commit is contained in:
Jerry Z H 2025-02-25 07:35:08 +08:00 committed by GitHub
parent c05871a86b
commit 08eec9ae82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 107 additions and 0 deletions

View file

@ -321,6 +321,11 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
<td> <a href="docs/translate.js/README.md">translate.js</a> </td>
<td> AI i18n for front-end developers. It can achieve fully automatic HTML translation with just two lines of JavaScript. You can switch among dozens of languages with a single click. There is no need to modify the page, no language configuration files are required, and it supports dozens of fine-tuning extension instructions. It is SEO-friendly. Moreover, it opens up a standard text translation API interface. </td>
</tr>
<tr>
<td width=80> <img src="docs/agentUniverse/assets/agentUniverse_logo_s.png" alt="Icon" width="64" height="auto" /> </td>
<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>
</table>
### RAG frameworks