From ca9119af33002da48f822cfef05f751fd84472fc Mon Sep 17 00:00:00 2001 From: Zhicheng Zhang Date: Tue, 4 Jun 2024 10:53:22 +0800 Subject: [PATCH] update readme for mobile agent v2 --- README.md | 1 + README_CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index c2daa57ec..feacee874 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ It mainly has the following characteristics: ## 🎉 News +* 🔥🔥June 4, 2024: Modelscope-Agent supported Mobile-Agent-V2[arxiv](https://arxiv.org/abs/2406.01014),based on Android Adb Env, please check in the [application](https://github.com/modelscope/modelscope-agent/tree/master/apps/mobile_agent). * 🔥May 17, 2024: Modelscope-Agent supported multi-roles room chat in the [gradio](https://github.com/modelscope/modelscope-agent/tree/master/apps/multi_roles_chat_room). * 🔥May 14, 2024: Modelscope-Agent supported image input in `RolePlay` agents with latest OpenAI model `GPT-4o`. Developers can experience this feature by specifying the `image_url` parameter. * 🔥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/) diff --git a/README_CN.md b/README_CN.md index 339df5bff..6e0cb5182 100644 --- a/README_CN.md +++ b/README_CN.md @@ -37,6 +37,7 @@ Modelscope-Agent是一个可定制的、可扩展的Agent代码框架。单Agent ## 更新 +* 🔥🔥June 4, 2024: modelscope agent支持了基于android adb环境的Mobile-Agent-v2[arxiv](https://arxiv.org/abs/2406.01014),[相关应用](https://github.com/modelscope/modelscope-agent/tree/master/apps/mobile_agent). * 🔥May 17, 2024: 在Ray的基础上,支持了多人聊天室的应用,一键快速开发聊天室,参考[多人聊天应用](https://github.com/modelscope/modelscope-agent/tree/master/apps/multi_roles_chat_room) * 🔥May 14, 2024: 在`RolePlay` Agent中支持了基于OpenAI`GPT-4o`模型的图像输入。开发者可以通过指定`image_url`参数体验这一功能。 * 🔥2024.5.10: 上线用户友好的Assistant API,同时也提供了基于独立容器,且安全可靠执行工具的Tools API。参考[文档](https://github.com/modelscope/modelscope-agent/blob/master/modelscope_agent_servers/)