Skip to content

docs(multi-agent): remove dead multiagent-patterns example links - #2426

Open
Blue-Berrys wants to merge 4 commits into
agentscope-ai:mainfrom
Blue-Berrys:docs/1676-fix-multiagent-example-links
Open

docs(multi-agent): remove dead multiagent-patterns example links#2426
Blue-Berrys wants to merge 4 commits into
agentscope-ai:mainfrom
Blue-Berrys:docs/1676-fix-multiagent-example-links

Conversation

@Blue-Berrys

Copy link
Copy Markdown

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 and mvnw -pl ... spring-boot:run instructions. That example tree was removed in the 2.0 package refactor, so the links 404.

Changes:

  • Add a short note at the top of affected zh/en multi-agent pages that the Spring Boot example modules were removed
  • Remove dead Location / project-tree / mvnw -pl agentscope-examples/multiagent-patterns/... run commands
  • Keep the inline pattern code snippets as the reference implementation
  • Point readers to agentscope-examples/documentation/ for other runnable samples

How to verify:

  1. Before: ls agentscope-examples/multiagent-patterns/pipeline fails; rg 'agentscope-examples/multiagent-patterns/[a-z]+/' docs/v1 --glob '*.md' shows many Location/run refs
  2. After: the same rg for Location/run module paths returns no matches; each affected page has the removal note and still contains the educational code snippets

Checklist

  • Code has been formatted with mvn spotless:apply — N/A (docs only)
  • All tests are passing (mvn test) — N/A (docs only)
  • Javadoc comments are complete and follow project conventions — N/A
  • Related documentation has been updated (e.g. links, examples, etc.)
  • Code is ready for review

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
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@Blue-Berrys
Blue-Berrys force-pushed the docs/1676-fix-multiagent-example-links branch from fbd9bcc to e6c3951 Compare July 27, 2026 16:54
@codecov

codecov Bot commented Jul 27, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@oss-maintainer oss-maintainer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: The example in the V1 documentation is incorrect and can no longer be found.

2 participants