Skip to content

Conversation

@karsonto
Copy link
Contributor

fixes #482 Enhance AG-UI adapter to support deep thinking output

@karsonto karsonto requested a review from a team January 15, 2026 06:14
@codecov
Copy link

codecov bot commented Jan 15, 2026

Codecov Report

❌ Patch coverage is 60.00000% with 36 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../java/io/agentscope/core/agui/event/AguiEvent.java 32.69% 35 Missing ⚠️
...agentscope/core/agui/adapter/AguiAgentAdapter.java 96.15% 0 Missing and 1 partial ⚠️

📢 Thoughts on this report? Let us know!

if (!event.isLast()) {
// In incremental mode, thinking is already the delta
events.add(
new AguiEvent.TextMessageContent(
Copy link
Collaborator

Choose a reason for hiding this comment

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

It's better to follow https://docs.ag-ui.com/drafts/reasoning. But must not enable by default.

@karsonto karsonto force-pushed the develop-issue#482-2 branch from c92f25b to 9158bf8 Compare January 16, 2026 06:31
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.

[Feature]: Support LLM thinking mode output

2 participants