Skip to content

Feat/agent reputation charts - #304

Open
Devadakene wants to merge 4 commits into
Epta-Node:mainfrom
Devadakene:feat/agent-reputation-charts
Open

Feat/agent reputation charts#304
Devadakene wants to merge 4 commits into
Epta-Node:mainfrom
Devadakene:feat/agent-reputation-charts

Conversation

@Devadakene

Copy link
Copy Markdown

Closes #237

Summary

Adds a radar chart and a historical trend line graph to the agent detail view to visualize multidimensional reputation data (quality, speed, reliability, cost) and historical reputation changes.

Changes

  • Created ReputationDimensions, ReputationHistory, and AgentReputation types in frontend/src/types/agent.ts
  • Added getAgentReputation API service in frontend/src/services/api.ts
  • Created useAgentReputation hook to fetch data from GET /api/agents/:id/reputation
  • Implemented AgentReputationRadar component using recharts <RadarChart>
  • Implemented AgentReputationTrend component using recharts <LineChart> with brush capability for zooming
  • Integrated both charts into AgentDetailModal and configured them to stack responsively
  • Wrote basic rendering tests for AgentReputationRadar in AgentReputationRadar.test.tsx

Testing

  • Verified charts render smoothly within AgentDetailModal.
  • Confirmed the trend line graph can be zoomed into specific date ranges using the brush tool.
  • Tested responsiveness of AgentDetailModal charts on smaller screens.
  • Ran tests successfully using npm run test.

Related Issue

#<ISSUE_NUMBER>

Checklist

  • Tests pass
  • Lint is clean
  • Documentation updated if needed

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

@Devadakene is attempting to deploy a commit to the Jaja's projects Team on Vercel.

A member of the Team first needs to authorize it.

@devJaja
devJaja self-requested a review August 22, 2026 04:36
@devJaja

devJaja commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Well Done @Devadakene

Kindly fix the CI / frontend , also resolve the conflicts

@devJaja

devJaja commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

@Devadakene

Ci checks still failing

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.

feat(ui): Implement Agent Reputation Radar Chart and Historical Trend Graph

2 participants