From d4ed727bc2c5d7a795b37fc029d1d78d06d0ae1a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 07:09:35 +0000 Subject: [PATCH 1/3] docs: update README.md --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8633ee1..ced62c5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AgentScope Sample Agents -[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/agentscope-ai/agentscope-samples/blob/main/LICENSE) [![Python](https://img.shields.io/badge/python-%3E%3D3.10-blue)](https://www.python.org/) @@ -175,8 +175,26 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d + + + + + + + + + + + +
Weirui Kuang
Weirui Kuang

🚧 💻 👀 📖
+ + Add your contributions + +
+ + This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 56627a4a1cac2f0895358d84e6671204d7974fc9 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 07:09:36 +0000 Subject: [PATCH 2/3] docs: update README_zh.md --- README_zh.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index ca5dfec..121f332 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,7 +1,7 @@ # AgentScope 示例 Agent -[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/agentscope-ai/agentscope-samples/blob/main/LICENSE) [![Python](https://img.shields.io/badge/python-%3E%3D3.10-blue)](https://www.python.org/) @@ -174,8 +174,26 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和 + + + + + + + + + + + +
Weirui Kuang
Weirui Kuang

🚧 💻 👀 📖
+ + Add your contributions + +
+ + 本项目遵循 [all-contributors](https://github.com/all-contributors/all-contributors) 规范。欢迎任何形式的贡献! \ No newline at end of file From bcd3c8d760b54622403e7281fa0f8b19a57c0c40 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 07:09:37 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc --- .all-contributorsrc | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index b767334..0a253cb 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,6 +1,6 @@ { "projectName": "agentscope-samples", - "projectOwner": "AgentScopeTeam", + "projectOwner": "agentscope-ai", "repoType": "github", "repoHost": "https://github.com", "files": [ @@ -10,7 +10,21 @@ "imageSize": 100, "commit": true, "commitConvention": "angular", - "contributors": [], + "contributors": [ + { + "login": "rayrayraykk", + "name": "Weirui Kuang", + "avatar_url": "https://avatars.githubusercontent.com/u/39145382?v=4", + "profile": "http://weiruikuang.com", + "contributions": [ + "maintenance", + "code", + "review", + "doc" + ] + } + ], "contributorsPerLine": 7, - "linkToUsage": true + "linkToUsage": true, + "commitType": "docs" }