File size: 2,367 Bytes
43497ae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "primaryModel": "opencode/qwen3.6-plus-free",
  "id": "a2a-sin-code-fullstack",
  "name": "A2A SIN-Code-Fullstack",
  "version": "1.0.0",
  "description": "Full-stack integration: combines plugins, commands, tools, services into cohesive applications with frontend-backend integration.",
  "team": "team-coding",
  "manager": "A2A-SIN-Coding-CEO",
  "status": "production-ready",
  "capabilities": {"streaming": true, "pushNotifications": false},
  "endpoints": {
    "gradio_ui": "https://delqhi-sin-code-fullstack.hf.space",
    "a2a_api": "https://delqhi-sin-code-fullstack.hf.space/a2a/v1",
    "dashboard": "https://a2a.delqhi.com/agents/sin-code-fullstack",
    "docs_tab": "https://docs.google.com/document/d/1RtoHn4I0GntuEEOHHkqoh_dMuGzgMwQz7_8oxAOpQbw/edit"
  },
  "infrastructure": {
    "vm_type": "huggingface_space_free_cpu",
    "cloudflare_tunnel": "sin-code-fullstack.delqhi.com",
    "github_repo": "https://github.com/Delqhi/sin-code-fullstack",
    "local_path": "a2a/team-coding/A2A-SIN-Code-Fullstack"
  },
  "environment": {"required": [], "optional": ["HF_TOKEN", "GITHUB_TOKEN", "OPENCODE_API_KEY"]},
  "commands": ["sin.code.fullstack.generate", "sin.code.fullstack.integrate", "sin.code.fullstack.health"],
  "metrics": {},
  "runtime_contract": {
    "a2a_compliant": true, "mcp_supported": false, "cli_ready": false, "agent_card_present": true,
    "cimd_compliant": true, "team_manager_registered": true, "docs_synced": false, "hf_deployed": false, "cloudflare_configured": false
  },
  "skills": [
    {"id": "agent.help", "name": "Get Help", "description": "Get help information", "inputModes": ["application/json"], "outputModes": ["application/json", "text/plain"]},
    {"id": "sin.code.fullstack.generate", "name": "Generate Fullstack App", "description": "Generate full-stack application code", "inputModes": ["application/json"], "outputModes": ["application/json"]},
    {"id": "sin.code.fullstack.integrate", "name": "Integrate Components", "description": "Integrate plugins, commands, tools, services", "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"]
}