File size: 1,096 Bytes
3c7404b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"id": "sin-backend",
"displayName": "SIN-Backend",
"team": "team-coding",
"description": "Elite 2026 Agentic Architect. Replaces monolithic REST backends (Express/FastAPI) with a 100% Supabase-driven data layer and project-specific A2A Micro-Agents for business logic.",
"version": "2026.03.22",
"deployment": {
"workforceIndex": "https://a2a.delqhi.com",
"landingPage": "https://a2a.delqhi.com/agents/sin-backend",
"publicA2A": "https://a2a.delqhi.com/agents/sin-backend",
"cimdAnchor": "https://a2a.delqhi.com/agents/sin-backend",
"vmServer": "Target: Hugging Face Space free CPU VM"
},
"a2a": {
"wellKnownCard": "/.well-known/agent-card.json",
"rpcPath": "/a2a/v1",
"transport": "jsonrpc-over-http"
},
"mcp": {
"transport": "stdio",
"configPath": "./mcp-config.json"
},
"marketplace": {
"pricingModel": "enterprise_tier",
"monthlyPrice": 4999,
"purchaseModes": [
"subscription",
"lifetime_alpha"
],
"category": "Elite Coding / Architecture"
},
"primaryModel": "opencode/qwen3.6-plus-free"
}
|