Skip to content

Update agui.md#2274

Merged
jujn merged 1 commit into
mainfrom
jujn-patch-1
Jul 20, 2026
Merged

Update agui.md#2274
jujn merged 1 commit into
mainfrom
jujn-patch-1

Conversation

@jujn

@jujn jujn commented Jul 18, 2026

Copy link
Copy Markdown
Collaborator

AgentScope-Java Version

[The version of AgentScope-Java you are working on, e.g. 1.0.12, check your pom.xml dependency version or run mvn dependency:tree | grep agentscope-parent:pom(only mac/linux)]

Description

[Please describe the background, purpose, changes made, and how to test this PR]

Checklist

Please check the following items before code is ready to be reviewed.

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

Copilot AI review requested due to automatic review settings July 18, 2026 03:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@codecov

codecov Bot commented Jul 18, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@AgentScopeJavaBot AgentScopeJavaBot added the area/docs Documentation label Jul 18, 2026

@AgentScopeJavaBot AgentScopeJavaBot 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.

🤖 AI Review

This PR fixes a typo in the AG-UI integration doc where the Spring Boot starter artifact name was written as agentscope-spring-boot-starter-agui instead of the correct agentscope-agui-spring-boot-starter. The fix is correct — confirmed against the actual Maven module POM. However, the Chinese translation of the same document (docs/v2/zh/integration/protocol/agui.md, line 53) still contains the identical typo and should be fixed in the same PR for consistency.

## Spring Boot integration

The typical wire-up is a `@PostMapping("/ag-ui")` returning the `Flux<AguiEvent>` as SSE. Alternatively, use `agentscope-spring-boot-starter-agui` to register the controller automatically.
The typical wire-up is a `@PostMapping("/ag-ui")` returning the `Flux<AguiEvent>` as SSE. Alternatively, use `agentscope-agui-spring-boot-starter` to register the controller automatically.

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.

[nit] Good catch — the artifact name is now correct. However, the Chinese counterpart docs/v2/zh/integration/protocol/agui.md (line 53) still reads agentscope-spring-boot-starter-agui and should be updated to agentscope-agui-spring-boot-starter in the same commit to keep both translations in sync.

@AgentScopeJavaBot AgentScopeJavaBot 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.

🤖 AI Review

This PR fixes a typo in the AG-UI integration doc where the Spring Boot starter artifact name was written as agentscope-spring-boot-starter-agui instead of the correct agentscope-agui-spring-boot-starter. The fix is correct — confirmed against the actual Maven module POM. However, the Chinese translation of the same document (docs/v2/zh/integration/protocol/agui.md, line 53) still contains the identical typo and should be fixed in the same PR for consistency.

## Spring Boot integration

The typical wire-up is a `@PostMapping("/ag-ui")` returning the `Flux<AguiEvent>` as SSE. Alternatively, use `agentscope-spring-boot-starter-agui` to register the controller automatically.
The typical wire-up is a `@PostMapping("/ag-ui")` returning the `Flux<AguiEvent>` as SSE. Alternatively, use `agentscope-agui-spring-boot-starter` to register the controller automatically.

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.

[nit] Good catch — the artifact name is now correct. However, the Chinese counterpart docs/v2/zh/integration/protocol/agui.md (line 53) still reads agentscope-spring-boot-starter-agui and should be updated to agentscope-agui-spring-boot-starter in the same commit to keep both translations in sync.

@zouyx zouyx left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@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.

Summary

This PR contains 13 lines of changes. Review in progress.


Automated review by github-manager-bot

@jujn
jujn merged commit 98b320a into main Jul 20, 2026
11 checks passed
@jujn
jujn deleted the jujn-patch-1 branch July 20, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants