| { |
| "id": "a2a-sin-code-frontend", |
| "name": "A2A-SIN-Code-frontend Agent", |
| "version": "1.0.0", |
| "description": "Autonomous Cloud Coder for Frontend UI components and user interfaces", |
| "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-frontend.hf.space", |
| "a2a_api": "https://a2a-sin-code-frontend.hf.space/a2a/v1", |
| "dashboard": "https://a2a.delqhi.com/agents/sin-code-frontend", |
| "docs_tab": "https://docs.google.com/document/d/1RtoHn4I0GntuEEOHHkqoh_dMuGzgMwQz7_8oxAOpQbw/edit?tab=t.t.bf1ad3a727171228" |
| }, |
| "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-frontend" |
| }, |
| "environment": { |
| "required": [ |
| "OPENCODE_API_KEY", |
| "GITHUB_TOKEN" |
| ], |
| "optional": [ |
| "HF_TOKEN", |
| "TELEGRAM_TOKEN", |
| "N8N_URL", |
| "N8N_API_KEY" |
| ] |
| }, |
| "commands": [ |
| "sin.code.frontend.create", |
| "sin.code.frontend.modify", |
| "sin.code.frontend.test", |
| "sin.code.frontend.deploy", |
| "sin.code.frontend.status", |
| "sin.code.frontend.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"] |
| } |
| } |
|
|