File size: 2,828 Bytes
9d4bc2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
  "id": "a2a-sin-code-backend",
  "name": "A2A-SIN-Code-backend Agent",
  "version": "1.0.0",
  "description": "Autonomous Cloud Coder for Backend APIs, databases, and business logic",
  "team": "Team - Coder",
  "manager": "SIN-Zeus",
  "status": "production-ready",
  "confidence": 0.88,
  "validated_by": "SIN-Zeus",
  "validation_date": "2026-04-07T00:00:00Z",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "models": {
    "primary": "opencode/qwen3.6-plus-free",
    "fallback": "opencode/minimax-m2.5-free"
  },
  "endpoints": {
    "gradio_ui": "https://a2a-sin-code-backend.hf.space",
    "a2a_api": "https://a2a-sin-code-backend.hf.space/a2a/v1",
    "dashboard": "https://a2a.delqhi.com/agents/sin-code-backend",
    "docs_tab": "https://docs.google.com/document/d/1RtoHn4I0GntuEEOHHkqoh_dMuGzgMwQz7_8oxAOpQbw/edit?tab=t.t.fbb8b79ec929cb88"
  },
  "infrastructure": {
    "vm_type": "huggingface_space_cpu_basic",
    "github_repo": "https://github.com/OpenSIN-AI/OpenSIN-Code",
    "local_path": "coder_hf_deploy/",
    "hf_space_name": "a2a-sin-code-backend"
  },
  "environment": {
    "required": [
      "OPENCODE_API_KEY",
      "GITHUB_TOKEN"
    ],
    "optional": [
      "HF_TOKEN",
      "TELEGRAM_TOKEN",
      "N8N_URL",
      "N8N_API_KEY"
    ]
  },
  "commands": [
    "sin.code.backend.create",
    "sin.code.backend.modify",
    "sin.code.backend.test",
    "sin.code.backend.deploy",
    "sin.code.backend.status",
    "sin.code.backend.health"
  ],
  "metrics": {
    "task_success_rate": 0.85,
    "avg_generation_time_sec": 30,
    "code_quality_score": 0.9
  },
  "runtime_contract": {
    "a2a_compliant": true,
    "mcp_supported": false,
    "cli_ready": true,
    "agent_card_present": true,
    "cimd_compliant": true,
    "team_manager_registered": true,
    "docs_synced": true,
    "hf_deployed": false,
    "cloudflare_configured": false
  },
  "skills": [
    {
      "id": "agent.help",
      "name": "Get Help",
      "description": "Get help information about this agent's capabilities",
      "inputModes": ["application/json"],
      "outputModes": ["application/json", "text/plain"]
    },
    {
      "id": "sin.code.health",
      "name": "Health Check",
      "description": "Check agent health and connectivity",
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    }
  ],
  "securitySchemes": {
    "apiKey": {
      "type": "apiKey",
      "in": "header",
      "name": "X-API-Key"
    }
  },
  "security": [
    {
      "apiKey": []
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "marketplace": {
    "pricingModel": "free",
    "monthlyPrice": 0,
    "purchaseModes": ["open_source"]
  }
}