Agent Economy: Autonomous Pipeline Demo + Explorer Dashboard (Bounty #685 Tier 3+4)#1460
Merged
Scottcjn merged 1 commit intoScottcjn:mainfrom Mar 17, 2026
Merged
Conversation
…cottcjn#685 Tier 3+4) Tier 3 (100 RTC): Autonomous 3-agent pipeline demo - Researcher posts job -> Writer claims & delivers -> Writer posts job -> Publisher claims & delivers -> Publisher posts job -> Researcher claims - Circular economy: A -> B -> C -> A, all on-chain via RIP-302 escrow - 4.5 RTC transacted through 3 jobs with full activity logs - 12 unit tests, all passing Tier 4 (150 RTC): Agent Economy Explorer dashboard - 5 tabs: Marketplace, Reputation, Escrow Flow, Live Activity, Analytics - Job marketplace browser with status/category filters - Agent reputation leaderboard with trust scores and rankings - Escrow flow visualization with live balance tracking - Real-time activity feed (15s auto-refresh) - Category distribution chart and platform metrics - Dark theme matching RustChain branding - Reads from live /agent/jobs, /agent/stats, /agent/reputation APIs Wallet: wirework
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.
Bounty Claim: #685 — Tier 3 (100 RTC) + Tier 4 (150 RTC)
Tier 3: Autonomous Agent Pipeline (100 RTC)
Three agents hiring each other through the RIP-302 Agent Economy, forming a circular economy:
What it does:
/agent/jobs/{id}Files:
agent-economy-demo/autonomous_pipeline.pyRun it:
Tests: 12 unit tests covering every Agent method + full pipeline flow mock (
test_pipeline.py)Tier 4: Agent Economy Explorer Dashboard (150 RTC)
Full visualization of the Agent Economy for the block explorer.
5 tabs:
File:
explorer/dashboard/agent-economy-v2.htmlDrop-in HTML/JS — no build step, reads from live
/agent/jobs,/agent/stats,/agent/reputationAPIs. Dark theme (#0d1117 bg, #f39c12 gold accents) matching RustChain branding. Responsive.Tier 3+4 Checklist
Wallet: wirework