docs(quickstart): clarify all-in-one includes model providers - #2425
Open
Blue-Berrys wants to merge 3 commits into
Open
docs(quickstart): clarify all-in-one includes model providers#2425Blue-Berrys wants to merge 3 commits into
Blue-Berrys wants to merge 3 commits into
Conversation
Update installation docs so all-in-one users are not told to add OpenAI/Gemini/Anthropic SDKs separately, and bump sample versions to 2.0.0. Fixes agentscope-ai#840
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Blue-Berrys
force-pushed
the
docs/840-update-installation-all-in-one
branch
from
July 27, 2026 16:54
d21a64a to
160871d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
oss-maintainer
approved these changes
Jul 28, 2026
oss-maintainer
left a comment
Collaborator
There was a problem hiding this comment.
Code Review — Approved ✅
Overall: Documentation clarification for the quickstart guide, making it clear that the "all-in-one" distribution includes model providers.
Changes:
- Updated quickstart documentation to clarify that "all-in-one" includes model providers
- Removed 54 lines of outdated content, added 36 lines of clarified content
Code Quality:
- ✅ Clear documentation improvement
- ✅ No code logic changes
CI Status: ✅ All checks passed
Verdict: Helpful documentation clarification.
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.
AgentScope-Java Version
2.0.1-SNAPSHOT (docs samples updated to 2.0.0)
Description
Fixes #840.
The V1 installation docs still told all-in-one users to manually add OpenAI / Gemini / Anthropic SDKs, and used outdated
1.0.12version samples. Theagentscopeall-in-one artifact already shades the common model extensions (agentscope-extensions-model-openai/gemini/anthropic/dashscope/ollama) and their required SDKs.Changes:
openai-javaexample from the all-in-one "additional dependencies" section1.0.12to2.0.0docs/v1/zhanddocs/v1/enHow to verify:
rg 'openai-java|1\.0\.12' docs/v1/*/docs/quickstart/installation.mdshows users are told to addopenai-javaand versions are1.0.122.0.0samples; OpenAI/Gemini/Anthropic are no longer listed as required extra SDKs for all-in-oneagentscope-distribution/agentscope-all/pom.xmlstill depends on the listed model extensionsChecklist
mvn spotless:apply— N/A (docs only)mvn test) — N/A (docs only)