fix: expose onboarding in static agent card
All checks were successful
CI and Production Smoke / smoke (push) Successful in 6s

This commit is contained in:
OG T
2026-06-11 18:20:34 +08:00
parent 1cc592d948
commit 6c4b5c5f15

View File

@@ -5,8 +5,10 @@
"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_referral",
"growth_kit",
"referral_status",
"integration_catalog",
"telegram_control_plane",
"post_task",
@@ -15,7 +17,9 @@
"submit_work"
],
"contactEndpoints": {
"onboarding": "https://agent.wooo.work/api/a2a/onboarding?agent_id={agent_id}&register=true",
"growthKit": "https://agent.wooo.work/api/a2a/growth/kit",
"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",
"webhook": "https://agent.wooo.work/api/mcp/agent_card"