feat(agui): CopilotKit demo and HITL interrupt resume fixes - #2554
Open
dragondyt wants to merge 1 commit into
Open
feat(agui): CopilotKit demo and HITL interrupt resume fixes#2554dragondyt wants to merge 1 commit into
dragondyt wants to merge 1 commit into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Collaborator
|
建议拆分一下,当前PR仅保留 CopilotKit 示例项目即可。Permission Interrupt 工具目前已经支持了,其它的可以单开小PR。 |
Contributor
Author
|
OK,我会基于最新的main分支拆分一下 |
dragondyt
force-pushed
the
feat/agui-copilotkit-hitl-demo
branch
from
August 11, 2026 03:29
deddde4 to
8f20214
Compare
Add a full-stack CopilotKit + AG-UI example and ThreadSessionManager support so demo/session APIs can verify threads, shared state, generative UI, and HITL flows end-to-end.
dragondyt
force-pushed
the
feat/agui-copilotkit-hitl-demo
branch
from
August 11, 2026 05:02
8f20214 to
6fba939
Compare
Contributor
Author
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.
Summary
agentscope-copilotkit) to verify threads, shared state, generative UI, A2UI workbench, and HITL flows end-to-end.ThreadSessionManagerso demo/session APIs can ensure named sessions and correctly resolve memory bythreadId.Depends on
MessageContent). Merge fix(agui): parse request bodies with Jackson 2 codec #2638 first, or keep this PR stacked on top of it.Related issues
Test plan
mvn spotless:checkon example / agui-spring-boot-starterThreadSessionManagerTestmvn -pl agentscope-examples/agentscope-copilotkit package(npm frontend build + Spring Boot repackage)agentscope-copilotkitbackend + frontend, confirm HITL interrupt/resume, thread session, shared state, and generative UI flows