feat(agui): Upgrade AG_UI module event mechanism - #2306
Open
jujn wants to merge 13 commits into
Open
Conversation
oss-maintainer
approved these changes
Jul 19, 2026
oss-maintainer
left a comment
Collaborator
There was a problem hiding this comment.
Summary
This PR contains 3314 lines of changes. Review in progress.
Automated review by github-manager-bot
…; Allow to emit token usage event
…; Allow to emit token usage event
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.
Description
Close #2202
1.0 stream() → 2.0 streamEvents()
This PR upgrades the AG-UI v2 integration to better align with the official AG-UI protocol and make the adapter easier to extend.
Key Changes
AgentEvent -> AguiEventmapping, allowing users to register customAgentEventConverters that can override built-in mappings.AguiEventEnrichersupport for cross-cutting event decoration such astimestamp,rawEvent, tracing metadata, or custom event rewriting.AguiEventtypes viatimestampandrawEvent.AgentStartEvent/AgentEndEventintoRUN_STARTED/RUN_FINISHEDthrough the normal converter path.CUSTOM token_usageevents with delta and cumulative usage.RunAgentInput.resume[]support for HITL interrupts and bridges tool-call resumes back into AgentScope tool-result recovery.RuntimeContextresolution, and custom adapter factories.