From 3ee0e9d1de7e65ebe3e5a66c3d08d0d7facbb22c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:17:17 +0000 Subject: [PATCH 1/3] docs: update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b68eaac..7fdd76b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # AgentScope Sample Agents -[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-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/) @@ -199,6 +199,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Daoyuan Chen
Daoyuan Chen

💻 💡 MeiXin Chen
MeiXin Chen

💻 💡 + + Yilun Huang
Yilun Huang

💻 💡 + From 431216e1f6d9ca89e33a3ff070b17725f095690e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:17:18 +0000 Subject: [PATCH 2/3] docs: update README_zh.md --- README_zh.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README_zh.md b/README_zh.md index 1b4906f..c888f08 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,7 +1,7 @@ # AgentScope 示例 Agent -[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-8-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/) @@ -197,6 +197,9 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和 Daoyuan Chen
Daoyuan Chen

💻 💡 MeiXin Chen
MeiXin Chen

💻 💡 + + Yilun Huang
Yilun Huang

💻 💡 + From 8dfee589ce882dbbbf1ee433a4bde28cbd1b711f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 04:17:19 +0000 Subject: [PATCH 3/3] docs: update .all-contributorsrc --- .all-contributorsrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index b48f456..5aec73e 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -82,6 +82,16 @@ "code", "example" ] + }, + { + "login": "HYLcool", + "name": "Yilun Huang", + "avatar_url": "https://avatars.githubusercontent.com/u/12782861?v=4", + "profile": "https://hylcool.github.io/", + "contributions": [ + "code", + "example" + ] } ], "contributorsPerLine": 7,