Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v2/en/integration/protocol/agui.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The front end provides `runAgentInput` (containing `threadId`, `runId`, `message

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

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.


## Common configuration

Expand Down
Loading