From e9be4ff7443b9d475c539523d9f39855413d3102 Mon Sep 17 00:00:00 2001 From: qbc Date: Wed, 28 Aug 2024 15:52:04 +0800 Subject: [PATCH 1/2] fix hyperlink for online workstation --- README.md | 4 ++-- README_ZH.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa3d8c247..4280bd4cf 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Start building LLM-empowered multi-agent applications in an easier way. - **[2024-04-30]** We release **AgentScope** v0.0.4 now! -- **[2024-04-27]** [AgentScope Workstation](https://agentscope.aliyun.com/) is now online! You are welcome to try building your multi-agent application simply with our *drag-and-drop platform* and ask our *copilot* questions about AgentScope! +- **[2024-04-27]** [AgentScope Workstation](https://agentscope.io/) is now online! You are welcome to try building your multi-agent application simply with our *drag-and-drop platform* and ask our *copilot* questions about AgentScope! - **[2024-04-19]** AgentScope supports Llama3 now! We provide [scripts](https://github.com/modelscope/agentscope/blob/main/examples/model_llama3) and example [model configuration](https://github.com/modelscope/agentscope/blob/main/examples/model_llama3) for quick set-up. Feel free to try llama3 in our examples! @@ -96,7 +96,7 @@ to build multi-agent applications with large-scale models. It features three high-level capabilities: - 🤝 **Easy-to-Use**: Designed for developers, with [fruitful components](https://modelscope.github.io/agentscope/en/tutorial/204-service.html#), -[comprehensive documentation](https://modelscope.github.io/agentscope/en/index.html), and broad compatibility. Besides, [AgentScope Workstation](https://agentscope.aliyun.com/) provides a *drag-and-drop programming platform* and a *copilot* for beginners of AgentScope! +[comprehensive documentation](https://modelscope.github.io/agentscope/en/index.html), and broad compatibility. Besides, [AgentScope Workstation](https://agentscope.io/) provides a *drag-and-drop programming platform* and a *copilot* for beginners of AgentScope! - ✅ **High Robustness**: Supporting customized fault-tolerance controls and retry mechanisms to enhance application stability. diff --git a/README_ZH.md b/README_ZH.md index 20337db41..b64a338a3 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -66,7 +66,7 @@ - **[2024-04-30]** 我们现在发布了**AgentScope** v0.0.4版本! -- **[2024-04-27]** [AgentScope Workstation](https://agentscope.aliyun.com/)上线了! 欢迎使用 Workstation 体验如何在*拖拉拽编程平台* 零代码搭建多智体应用,也欢迎大家通过*copilot*查询AgentScope各种小知识! +- **[2024-04-27]** [AgentScope Workstation](https://agentscope.io/)上线了! 欢迎使用 Workstation 体验如何在*拖拉拽编程平台* 零代码搭建多智体应用,也欢迎大家通过*copilot*查询AgentScope各种小知识! - **[2024-04-19]** AgentScope现已经支持Llama3!我们提供了面向CPU推理和GPU推理的[脚本](./examples/model_llama3)和[模型配置](./examples/model_llama3),一键式开启Llama3的探索,在我们的样例中尝试Llama3吧! @@ -90,7 +90,7 @@ AgentScope是一个创新的多智能体开发平台,旨在赋予开发人员使用大模型轻松构建多智能体应用的能力。 -- 🤝 **高易用**: AgentScope专为开发人员设计,提供了[丰富的组件](https://modelscope.github.io/agentscope/en/tutorial/204-service.html#), [全面的文档](https://modelscope.github.io/agentscope/zh_CN/index.html)和广泛的兼容性。同时,[AgentScope Workstation](https://agentscope.aliyun.com/)提供了在线拖拉拽编程和在线小助手(copilot)功能,帮助开发者迅速上手! +- 🤝 **高易用**: AgentScope专为开发人员设计,提供了[丰富的组件](https://modelscope.github.io/agentscope/en/tutorial/204-service.html#), [全面的文档](https://modelscope.github.io/agentscope/zh_CN/index.html)和广泛的兼容性。同时,[AgentScope Workstation](https://agentscope.io/)提供了在线拖拉拽编程和在线小助手(copilot)功能,帮助开发者迅速上手! - ✅ **高鲁棒**:支持自定义的容错控制和重试机制,以提高应用程序的稳定性。 From b2ab1452023c24c650fb4b1a859377d790fdace6 Mon Sep 17 00:00:00 2001 From: qbc Date: Thu, 29 Aug 2024 10:52:58 +0800 Subject: [PATCH 2/2] modify code in readme for distributed conversation --- examples/distributed_conversation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/distributed_conversation/README.md b/examples/distributed_conversation/README.md index b58584370..6a9d496c2 100644 --- a/examples/distributed_conversation/README.md +++ b/examples/distributed_conversation/README.md @@ -23,7 +23,7 @@ Before running the example, please install the distributed version of Agentscope Use the following command to start the assistant agent: ``` -cd examples/distributed_basic +cd examples/distributed_conversation python distributed_dialog.py --role assistant --assistant-host localhost --assistant-port 12010 # Please make sure the port is available. # If the assistant agent and the user agent are started on different machines,