Skip to content

Conversation

@ArthurKnaus
Copy link
Member

Motivation

We are aiming to use standardized controls and widgets in all the insights pages to achieve a platformization of the product area and synergies with the dashboard product.
In the AI insights area there is a unique control in form of a tabs in the middle of the page. Introducing this to the platform would mean significant effort.

Solution

Split the Agents and MCP page into multiple tabs (Overview, Models, Tools, Resources, Prompts).
This gets rid of the inline controls while also making the agent insights easier to discover.

Note: The Agent part of this is done in the base PR.

Screen.Recording.2025-11-11.at.14.33.33.mov

@ArthurKnaus ArthurKnaus requested a review from a team November 11, 2025 13:51
@linear
Copy link

linear bot commented Nov 11, 2025

@ArthurKnaus ArthurKnaus changed the title ref(agent-insights): Split into tabs ref(mcp-insights): Split into tabs Nov 11, 2025
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 11, 2025
Comment on lines +297 to +315
'mcp-tools': {
heading: t('TODO'),
description: t('TODO'),
valuePropDescription: t('TODO'),
valuePropPoints: [],
imageSrc: screenLoadsPreviewImg,
},
'mcp-resources': {
heading: t('TODO'),
description: t('TODO'),
valuePropDescription: t('TODO'),
valuePropPoints: [],
imageSrc: screenLoadsPreviewImg,
},
'mcp-prompts': {
heading: t('TODO'),
description: t('TODO'),
valuePropDescription: t('TODO'),
valuePropPoints: [],
Copy link
Contributor

Choose a reason for hiding this comment

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

There seem to be some TODO items around. At least they are properly internationalized! 😉

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah, that seems to be the pattern here... all those never get used but the typing requires them.
Will fix this in a separate PR 👍

@ArthurKnaus ArthurKnaus merged commit 9293cdf into arthurknaus/tet-1392-split-agents-into-tabs Nov 11, 2025
43 checks passed
@ArthurKnaus ArthurKnaus deleted the arthurknaus/tet-1393-split-mcp-into-tabs branch November 11, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants