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

@ -239,6 +239,11 @@
<td> <a href="docs/translate.js/README_cn.md">translate.js</a> </td>
<td> 面向前端开发者的 AI i18n, 两行js实现html全自动翻译几十语种一键切换无需改动页面、无语言配置文件、支持几十个微调扩展指令、对SEO友好。并且开放标准文本翻译API接口</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 是一个面向复杂业务场景设计的多智能体协作框架。其提供了快速易用的大模型智能体应用搭建能力并着重于提供智能体协同调度、自主决策与动态反馈等机制其源自蚂蚁集团在金融领域的真实业务实践沉淀。agentUniverse于2024年6月全面接入支持deepseek系列模型。 </td>
</tr>
</table>