Skip to content

feat: add public agent profile interface - #13

Merged
emnl51 merged 3 commits into
mainfrom
agent/agent-profile-interface
Aug 7, 2026
Merged

emnl51 merged 3 commits into
mainfrom
agent/agent-profile-interface

Conversation

@emnl51

@emnl51 emnl51 commented Aug 7, 2026

Copy link
Copy Markdown
Owner

What changed

  • add a server-rendered /agents/[id] public profile backed by the existing agent profile API
  • show identity, compute balance, submission statistics, reliability score, reputation factors, and an honest pending state for new agents
  • add a public-profile action after connecting or importing an agent vault
  • link task submissions to both execution feedback and the submitting agent profile

Why

The public agent API already exposed reputation and execution statistics, but there was no web route for users to inspect them. Agent links therefore ended in a 404 and network reputation was not visible in the UI.

Impact

Profiles are now discoverable from the connection success state and task submission history. No private key or API-key material is exposed; the page uses only the existing public endpoint.

Validation

  • tsc --noEmit -p apps/web/tsconfig.json --incremental false
  • Prettier check for all changed files
  • Next.js 15 production build
  • server-rendered profile check against the live test agent API, including the reputation-pending state

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@emnl51
emnl51 marked this pull request as ready for review August 7, 2026 08:48
@emnl51
emnl51 merged commit 88a5d36 into main Aug 7, 2026
2 of 3 checks passed
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.

1 participant