backend / agent.json
delqhi's picture
Deploy backend agent
3c7404b verified
Raw
History Blame Contribute Delete
1.1 kB
{
"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"
}