docs: prioritize ADK in README feature highlights#719
Merged
shentongmartin merged 1 commit intomainfrom Jan 29, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #719 +/- ##
==========================================
- Coverage 81.85% 81.80% -0.05%
==========================================
Files 129 129
Lines 12419 12419
==========================================
- Hits 10165 10159 -6
- Misses 1500 1504 +4
- Partials 754 756 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Move ADK above composition framework in 'What Eino provides' list - Reorder 'Key Features' section to put ADK before Orchestration - Update both English and Chinese README files consistently - Adjust intro text to better position ADK as a primary feature Change-Id: I27b41b8051f45900af63290f3c92711e2120b0fe
2e583f4 to
02df79d
Compare
N3kox
approved these changes
Jan 28, 2026
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
This PR reorders the README documentation to put the Agent Development Kit (ADK) in a more prominent position, reflecting its importance as a primary feature of Eino.
Changes
Rationale
The ADK package provides high-level abstractions that most users will interact with first when building AI agents. By positioning it before the lower-level composition/orchestration framework, new users can more easily discover the recommended starting point for agent development.
Files Changed
概要
本 PR 调整了 README 文档的顺序,将 智能体开发套件(ADK) 放在更显眼的位置,以体现其作为 Eino 主要特性的重要性。
变更
原因
ADK 包提供了大多数用户在构建 AI 智能体时首先会接触的高级抽象。将其放在较低级别的编排框架之前,可以让新用户更容易发现智能体开发的推荐起点。