From 5ca5077ef6e9fc59f312f83ed815d7b3f85f6555 Mon Sep 17 00:00:00 2001 From: raykkk Date: Tue, 28 Oct 2025 15:04:00 +0800 Subject: [PATCH] add contributors --- .all-contributorsrc | 16 ++++++++++++++++ README.md | 18 +++++++++++++++++- README_zh.md | 16 ++++++++++++++++ 3 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..b767334 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,16 @@ +{ + "projectName": "agentscope-samples", + "projectOwner": "AgentScopeTeam", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md", + "README_zh.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "angular", + "contributors": [], + "contributorsPerLine": 7, + "linkToUsage": true +} diff --git a/README.md b/README.md index 0669a32..8633ee1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # AgentScope Sample Agents + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-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/) [![Docs](https://img.shields.io/badge/docs-AgentScope-blue)](https://doc.agentscope.io/) @@ -163,4 +166,17 @@ This project is licensed under the **Apache 2.0 License** – see the [LICENSE]( - [AgentScope Documentation](https://doc.agentscope.io/) - [AgentScope Runtime Documentation](https://runtime.agentscope.io/) - [AgentScope GitHub Repository](https://github.com/agentscope-ai/agentscope) -- [AgentScope Runtime GitHub Repository](https://github.com/agentscope-ai/agentscope-runtime) \ No newline at end of file +- [AgentScope Runtime GitHub Repository](https://github.com/agentscope-ai/agentscope-runtime) + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +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 diff --git a/README_zh.md b/README_zh.md index 7e0a6f1..ca5dfec 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,5 +1,8 @@ # AgentScope 示例 Agent + +[![All Contributors](https://img.shields.io/badge/all_contributors-0-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/) [![Docs](https://img.shields.io/badge/docs-AgentScope-blue)](https://doc.agentscope.io/) @@ -163,3 +166,16 @@ AgentScope Runtime 是一个**全面的运行时框架**,主要解决部署和 - [AgentScope Runtime 文档](https://runtime.agentscope.io/) - [AgentScope GitHub 仓库](https://github.com/agentscope-ai/agentscope) - [AgentScope Runtime GitHub 仓库](https://github.com/agentscope-ai/agentscope-runtime) + +## 贡献者 ✨ + +感谢这些优秀的贡献者们 ([表情符号说明](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +本项目遵循 [all-contributors](https://github.com/all-contributors/all-contributors) 规范。欢迎任何形式的贡献! \ No newline at end of file