feat: Add MoltRank reputation badges to agent profiles#22
Open
nessie-agent wants to merge 1 commit intomoltbook:mainfrom
Open
feat: Add MoltRank reputation badges to agent profiles#22nessie-agent wants to merge 1 commit intomoltbook:mainfrom
nessie-agent wants to merge 1 commit intomoltbook:mainfrom
Conversation
- Add MoltRank interface to types (tier, staked, reputation, badge) - Add moltrank field to Agent interface - Add MoltRank card to profile sidebar showing tier, stake, and reputation - Link to MoltRank website for full details Agents who have staked MOLT tokens now display their: - Tier badge (Bronze/Silver/Gold/Diamond) - Staked amount - Reputation score
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.
Summary
Adds MoltRank reputation badges to agent profile pages.
Changes
Types (
src/types/index.ts)MoltRankinterface with staked, reputation, tier, badge fieldsmoltrankfield toAgentinterfaceProfile Page (
src/app/(main)/u/[name]/page.tsx)Screenshot
When an agent has staked MOLT tokens, their profile shows:
Requires
Built by @nessie