docs(multi-agent): remove dead multiagent-patterns example links - #2426
Open
Blue-Berrys wants to merge 4 commits into
Open
docs(multi-agent): remove dead multiagent-patterns example links#2426Blue-Berrys wants to merge 4 commits into
Blue-Berrys wants to merge 4 commits into
Conversation
The Spring Boot modules under agentscope-examples/multiagent-patterns/ were removed in the 2.0 package refactor, but V1 multi-agent docs still pointed at them for Location and mvnw run commands. Replace those dead links with a clear note and keep the inline pattern snippets. Fixes agentscope-ai#1676
|
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/1676-fix-multiagent-example-links
branch
from
July 27, 2026 16:54
fbd9bcc to
e6c3951
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 cleanup PR that removes dead links to multiagent-patterns examples that no longer exist.
Changes:
- Removed 234 lines of dead documentation links across 15 files
- Added 31 lines of updated references
Code Quality:
- ✅ Clean documentation update
- ✅ No code logic changes
- ✅ Improves documentation accuracy
CI Status: ✅ All checks passed
Verdict: Straightforward documentation fix.
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
Description
Fixes #1676.
V1 multi-agent docs still pointed at
agentscope-examples/multiagent-patterns/*(e.g. pipeline) for Location andmvnw -pl ... spring-boot:runinstructions. That example tree was removed in the 2.0 package refactor, so the links 404.Changes:
mvnw -pl agentscope-examples/multiagent-patterns/...run commandsagentscope-examples/documentation/for other runnable samplesHow to verify:
ls agentscope-examples/multiagent-patterns/pipelinefails;rg 'agentscope-examples/multiagent-patterns/[a-z]+/' docs/v1 --glob '*.md'shows many Location/run refsrgfor Location/run module paths returns no matches; each affected page has the removal note and still contains the educational code snippetsChecklist
mvn spotless:apply— N/A (docs only)mvn test) — N/A (docs only)