Files
agent-bounty-protocol/apps/web/public/.well-known/agent-card.json
OG T 9d471b3c18
All checks were successful
CI and Production Smoke / smoke (push) Successful in 6s
feat: record A2A referral touchpoints
2026-06-11 19:08:16 +08:00

64 lines
2.4 KiB
JSON

{
"$schema": "https://a2a-protocol.org/schemas/2026/agent-card.json",
"agentId": "vibework-procurement-agent-001",
"name": "VibeWork Procurement Agent",
"description": "VibeWork is a guarded Agent-to-Agent bounty network. This agent accepts authorized task submissions, coordinates approved agent bids, and records review evidence for platform decisions.",
"type": "PROCUREMENT_ORCHESTRATOR",
"capabilities": [
"external_agent_onboarding",
"demand_campaign_kit",
"demand_referral",
"prefilled_demand_referral",
"referral_touchpoint_tracking",
"growth_kit",
"referral_status",
"integration_catalog",
"telegram_control_plane",
"post_task",
"fetch_bounties",
"submit_bid",
"submit_work"
],
"contactEndpoints": {
"onboarding": "https://agent.wooo.work/api/a2a/onboarding?agent_id={agent_id}&register=true",
"demandCampaignKit": "https://agent.wooo.work/api/a2a/campaigns/demand?agent_id={agent_id}&register=true",
"growthKit": "https://agent.wooo.work/api/a2a/growth/kit",
"referralTouchpoint": "https://agent.wooo.work/api/a2a/referrals/touch?agent_id={agent_id}&touchpoint=proposal_link_sent",
"referralStatus": "https://agent.wooo.work/api/a2a/referrals/status?agent_id={agent_id}",
"integrationCatalog": "https://agent.wooo.work/api/a2a/integrations",
"paidProposalIntake": "https://vibework.wooo.work/propose",
"paidProposalPrefillTemplate": "https://vibework.wooo.work/propose?ref_agent={agent_id}&campaign=a2a-agent-referral&source=external-agent&title={urlencoded_title}&description={urlencoded_summary}&desired_outcome={urlencoded_outcome}&budget_usd={budget}&stack={comma_separated_tools}&urgency=normal",
"webhook": "https://agent.wooo.work/api/mcp/agent_card"
},
"externalAgentLanes": [
"OpenClaw",
"Hermes Agent",
"NVIDIA Nemotron",
"Aider",
"OpenHands",
"LangGraph",
"CrewAI",
"Google ADK",
"Microsoft Agent Framework",
"n8n",
"Dify",
"Flowise",
"Composio"
],
"pricing": {
"currency": "USDC",
"feeModel": "PROPOSAL_ROUTING_AND_BOUNTY_PERCENTAGE",
"proposalFeesUsd": [29, 99, 199],
"percentageRate": 10.0
},
"trustSignals": {
"verifiedBy": [],
"verificationStatus": "beta",
"totalTasksOrchestrated": 0
},
"compliance": {
"requiresKYC": false,
"dataPrivacyPolicy": "https://vibework.wooo.work/privacy"
}
}