Skip to content

feat(ui): split agent capabilities from tags on the agent list - #1574

Open
ling-senpeng13 wants to merge 2 commits into
conductor-oss:mainfrom
ling-senpeng13:feat/agent-capabilities-and-tags
Open

feat(ui): split agent capabilities from tags on the agent list#1574
ling-senpeng13 wants to merge 2 commits into
conductor-oss:mainfrom
ling-senpeng13:feat/agent-capabilities-and-tags

Conversation

@ling-senpeng13

@ling-senpeng13 ling-senpeng13 commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

https://orkes.atlassian.net/browse/CCOR-13273

AgentSummary.tags carries compiler-derived capabilities (tool-calling, multi-agent-*, simple), not rabc tags. The column rendered them as capability:tool-calling and left no place for real tags.

  • Capabilities render as bare chips in their own column, shown in OSS too (previously hidden behind a tags flag)
  • Tags become a separate column fed by /agent/tags, gated on TAG_VISIBILITY since that endpoint and the tag store are enterprise-only
  • Add/Edit tags dialog reusing AddTagDialog

Column id kept as workflow_tags so saved column preferences survive.

Screenshot 2026-08-27 at 9 01 43 PM Screenshot 2026-08-27 at 9 02 28 PM

@ling-senpeng13
ling-senpeng13 force-pushed the feat/agent-capabilities-and-tags branch 3 times, most recently from fa73416 to e5ae4a4 Compare August 27, 2026 00:48
AgentSummary.tags carries compiler-derived capabilities, not user tags, so the
column showed 'capability:tool-calling' and left no room for real tags.

- Capabilities render as bare chips in their own column, always shown
- Tags become a separate column fed by /agent/tags, gated on TAG_VISIBILITY
  since the endpoint and the tag store are enterprise-only
- Add/Edit tags dialog, pointed at the agent tag path
@ling-senpeng13
ling-senpeng13 force-pushed the feat/agent-capabilities-and-tags branch from 0be5682 to 0c1f113 Compare August 27, 2026 16:17
@ling-senpeng13
ling-senpeng13 marked this pull request as ready for review August 27, 2026 16:24
@v1r3n

v1r3n commented Aug 28, 2026

Copy link
Copy Markdown
Collaborator

@ling-senpeng13 please attach the screenshot or a video with the changes.

@ling-senpeng13

Copy link
Copy Markdown
Contributor Author

@ling-senpeng13 please attach the screenshot or a video with the changes.

Added the screen shots for oss and orkes

@ling-senpeng13
ling-senpeng13 requested review from deeptireddy-lab and removed request for deeptireddy-lab August 28, 2026 21:19
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.

3 participants