fix: route agent connect through gateway domain
All checks were successful
CI and Production Smoke / smoke (push) Successful in 7s
All checks were successful
CI and Production Smoke / smoke (push) Successful in 7s
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"mcp_server": "npx -y @agent-bounty/mcp-server --endpoint https://agent.wooo.work",
|
||||
"rss_feed": "https://agent.wooo.work/api/feed.xml",
|
||||
"open_tasks": "https://agent.wooo.work/api/open-tasks",
|
||||
"agent_connect": "https://vibework.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agent_connect": "https://agent.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agent_connect_api": "https://agent.wooo.work/api/a2a/agents/connect",
|
||||
"onboarding": "https://agent.wooo.work/api/a2a/onboarding?agent_id={agent_id}®ister=true",
|
||||
"demand_campaign_kit": "https://agent.wooo.work/api/a2a/campaigns/demand?agent_id={agent_id}®ister=true",
|
||||
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"external_agent_ecosystem": {
|
||||
"control_plane": "VibeAIAgent Telegram group coordinates lead radar, agent onboarding, task broadcast, learning feedback, and treasury watch.",
|
||||
"agent_connect_page": "https://vibework.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agent_connect_page": "https://agent.wooo.work/agents/connect?agent_id={agent_id}",
|
||||
"agent_connect_api": "https://agent.wooo.work/api/a2a/agents/connect",
|
||||
"onboarding_endpoint": "https://agent.wooo.work/api/a2a/onboarding?agent_id={agent_id}®ister=true",
|
||||
"campaign_kit_endpoint": "https://agent.wooo.work/api/a2a/campaigns/demand?agent_id={agent_id}®ister=true",
|
||||
|
||||
Reference in New Issue
Block a user