Add Agent drag-to-group, QuickTeamAndRun, and XNCF module listing FunctionRenders#496
Draft
Add Agent drag-to-group, QuickTeamAndRun, and XNCF module listing FunctionRenders#496
Conversation
…ng features Agent-Logs-Url: https://github.com/NeuCharFramework/NcfPackageSources/sessions/9305c6c6-5590-4c80-9fe4-d32d5e1c6fcb Co-authored-by: JeffreySu <2281927+JeffreySu@users.noreply.github.com>
…efers-reduced-motion Agent-Logs-Url: https://github.com/NeuCharFramework/NcfPackageSources/sessions/9305c6c6-5590-4c80-9fe4-d32d5e1c6fcb Co-authored-by: JeffreySu <2281927+JeffreySu@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add suggestions for efficient operations in 3D view
Add Agent drag-to-group, QuickTeamAndRun, and XNCF module listing FunctionRenders
Apr 4, 2026
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.
Adds three UX improvements to the AgentsManager module: drag-and-drop agent assignment to groups, a single-step "form a team + execute task" workflow in Admin AI Chat, and a FunctionRender that enumerates all registered XNCF modules with their available functions.
Drag-and-Drop Agent → Group (UI)
draggable; dragging one opens a floating overlay listing all groups as drop targets with hover highlightingGetChatGroupItemto fetch current members, thenSetChatGroupto append the agent — no page reload neededprefers-reduced-motionQuickTeamAndRunFunctionRender (Backend)Available in Admin AI Chat. Creates a temporary
ChatGroupfrom selected agents and immediately executes a task — combines the separate "create group" + "run group" steps into one:GetAvailableXncfModulesFunctionRender (Backend)Lists all modules in
XncfRegisterManager.RegisterListwith their UID, version, description, and registeredFunctionRenderentries — enabling AI Chat to discover and attach XNCF module capabilities dynamically.Changed files:
ChatGroupRequest.cs,ChatGroupAppService.cs,Index.cshtml,index.js,index.cssOriginal prompt
Created from VS Code.