diff --git a/README.md b/README.md index 09f504cdd..5f0a9e503 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ It mainly has the following characteristics: ## 🎉 News +* 🔥May 10, 2024: Modelscope-Agent launched a user-friendly `Assistant API`, and also provided a `Tools API` that executes utilities in isolated, secure containers. , please find the [document](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/) * 🔥Apr 12, 2024: The [Ray](https://docs.ray.io/en/latest/) version of multi-agent solution is on modelscope-agent, please find the [document](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent/multi_agents_utils/README.md) * Mar 15, 2024: Modelscope-Agent and the [AgentFabric](https://github.com/modelscope/modelscope-agent/tree/master/apps/agentfabric) (opensource version for GPTs) is running on the production environment of [modelscope studio](https://modelscope.cn/studios/agent). * Feb 10, 2024: In Chinese New year, we upgrade the modelscope agent to version v0.3 to facilitate developers to customize various types of agents more conveniently through coding and make it easier to make multi-agent demos. For more details, you can refer to [#267](https://github.com/modelscope/modelscope-agent/pull/267) and [#293](https://github.com/modelscope/modelscope-agent/pull/293) . diff --git a/README_CN.md b/README_CN.md index 22fc441d2..f56d1e8bc 100644 --- a/README_CN.md +++ b/README_CN.md @@ -34,6 +34,7 @@ Modelscope-Agent是一个可定制的、可扩展的Agent代码框架。单Agent ## 更新 +* 🔥2024.5.10: 上线用户友好的Assistant API,同时也提供了基于独立容器,且安全可靠执行工具的Tools API。参考[文档](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/) * 🔥2024.4.12: 基于[Ray](https://docs.ray.io/en/latest/)的multi-agent方案正式上线,参考[文档](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent/multi_agents_utils/README_CN.md) * 2024.3.15: Modelscope-Agent 和 Agentfabric(面向GPT的开源版本)正在[modelscope studio](https://modelscope.cn/studios/agent)的生产环境中运行。 * 2024.2.10:在中国新年期间,我们将modelscope agent升级到v0.3版本,以便开发者通过编码更方便地定制各类agent,并使创建多agent演示变得更加容易。更多详情,您可以参考[#267](https://github.com/modelscope/modelscope-agent/pull/267) 和 [#293](https://github.com/modelscope/modelscope-agent/pull/293)。