-
Notifications
You must be signed in to change notification settings - Fork 41
docs: add DingTalk community group QR code to README #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
helloml0326
merged 2 commits into
agentscope-ai:main
from
helloml0326:docs/update-readme
Jan 6, 2026
+22
−2
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,6 +30,7 @@ | |
| - [Quickstart](#-quickstart) | ||
| - [Integrations](#-integrations) | ||
| - [Contributing](#-contributing) | ||
| - [Community](#-community) | ||
| - [Citation](#-citation) | ||
|
|
||
| OpenJudge is a unified framework designed to drive **LLM and Agent application excellence** through **Holistic Evaluation** and **Quality Rewards**. | ||
|
|
@@ -188,9 +189,17 @@ We love your input! We want to make contributing to OpenJudge as easy and transp | |
|
|
||
| --- | ||
|
|
||
| ## 💬 Community | ||
|
|
||
| Join our DingTalk group to connect with the community: | ||
|
|
||
| ### Migration Guide (v0.1.x → v0.2.0) | ||
| <div align="center"> | ||
| <img src="./docs/images/dingtalk_qr_code.png" alt="DingTalk QR Code" width="200"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| </div> | ||
|
|
||
| --- | ||
|
|
||
| ## Migration Guide (v0.1.x → v0.2.0) | ||
| > OpenJudge was previously distributed as the legacy package `rm-gallery` (v0.1.x). Starting from v0.2.0, it is published as `py-openjudge` and the Python import namespace is `openjudge`. | ||
|
|
||
| **OpenJudge v0.2.0 is NOT backward compatible with v0.1.x.** | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,6 +30,7 @@ | |
| - [快速开始](#-快速开始) | ||
| - [集成](#-集成) | ||
| - [贡献](#-贡献) | ||
| - [社区](#-社区) | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| - [引用](#-引用) | ||
|
|
||
| OpenJudge 是一个统一框架,旨在通过**全面评估**和**质量奖励**来提升 **LLM 和 Agent 应用效果**。 | ||
|
|
@@ -188,7 +189,17 @@ if __name__ == "__main__": | |
|
|
||
| --- | ||
|
|
||
| ### 迁移指南(v0.1.x → v0.2.0) | ||
| ## 💬 社区 | ||
|
|
||
| 欢迎加入 OpenJudge 钉钉交流群,与我们一起讨论: | ||
|
|
||
| <div align="center"> | ||
| <img src="./docs/images/dingtalk_qr_code.png" alt="钉钉群二维码" width="200"> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
| </div> | ||
|
|
||
| --- | ||
|
|
||
| ## 迁移指南(v0.1.x → v0.2.0) | ||
| > OpenJudge 之前以旧包名 `rm-gallery`(v0.1.x)发布。从 v0.2.0 开始,它以 `py-openjudge` 发布,Python 导入命名空间为 `openjudge`。 | ||
|
|
||
| **OpenJudge v0.2.0 与 v0.1.x 不向后兼容。** | ||
|
|
||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The anchor link for the new 'Community' section appears to be incorrect. Markdown headers with emojis typically have the emoji stripped when generating the anchor ID. The header
## 💬 Communitywill generate an anchor#community, so the link#-communitywill not work. Please remove the extra hyphen.