feat: AgentFi complete frontend — ready for backend integration#1
Open
andreagnzz wants to merge 68 commits intomainfrom
Open
feat: AgentFi complete frontend — ready for backend integration#1andreagnzz wants to merge 68 commits intomainfrom
andreagnzz wants to merge 68 commits intomainfrom
Conversation
…n connect, address display, modal with X close
…G, Hedera, ADI monochrome gold
…its own CircularText orbit
… — keep hero + logo carousel
…de CircularText ring
… to prevent Tailwind conflicts
…ge + rename agents badge
…nfigs from scratch
…t recurring Tailwind corruption
…ld on hover, site palette
…xel hover animation
…and absolute positioning
…tion bars, recommendations
…ts, quick actions
… hire button, iNFT banner
…ransition and GlareHover animations
…enu with SplitText + FadeContent animations
- SDK inventory: hedera-agent-kit-py + HOL standards-sdk (TS) - HTS token creation, agent registration via HCS-10, attestations - Architecture: agents/hedera/ module, non-invasive orchestrator hooks - Risk assessment + fallback plan for testnet issues - ~10h estimated implementation, ordered by priority
- agents/hedera/ module: config, hts_service, mock_hedera, service_factory - create_token.py script creates AgentFi Credits (AFC) fungible token - Token 0.0.7977623 live on Hedera testnet (1,000.00 AFC supply) - MockHTSService fallback when HEDERA_ENABLED != true - Pin hiero-sdk-python>=0.1.9 in requirements.txt
Registered all 3 AgentFi agents on Hedera testnet HCS-2 registry: - Portfolio Analyzer: account 0.0.7977799, inbound 0.0.7977803 - Yield Optimizer: account 0.0.7977811, inbound 0.0.7977813 - Risk Scorer: account 0.0.7977819, inbound 0.0.7977822 Each agent got: new Hedera account, inbound/outbound HCS-10 topics, HCS-11 profile inscribed, and registration confirmed in guarded registry. SDK: @hashgraphonline/standards-sdk v0.1.159
- hcs_messaging.py: submit HCS-10 formatted messages to Hedera topics
- attestation.py: post-execution proof submission (hash of result)
- orchestrator.py: Hedera attestation hook after each agent execution
- api.py: /hedera/status, /hedera/agents/{id}/topics, /hedera/registration
- api.py: /orchestrate and /agents/{id}/execute now return hedera_proof
- Mock fallbacks for all Hedera services when HEDERA_ENABLED=false
Verified: HCS-10 message visible on-chain at topic 0.0.7977803
…instead of images
…e iNFT card carousel
…direction on click
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.
AgentFi Frontend — Backend Integration PR
What's been built
Full frontend across 4 pages, ready to connect to your FastAPI backend.
Pages & Routes
//marketplace/dashboard/my-agentsAPI Integration Points needed from backend
Agents
iNFTs / Ownership
Execution
Payments
Auth
useAccount()hookx-wallet-address: 0x...Mock data locations
All mock data is inline in each page component:
frontend/src/app/marketplace/page.tsx→ AGENTS arrayfrontend/src/app/my-agents/page.tsx→ AGENTS arrayfrontend/src/app/dashboard/page.tsx→ CAPABILITIES, CHAINS, MODELSReplace with real API calls using
fetchorwagmihooks.Stack
Run frontend
Chains