a2a-sin-code-command / agent.json
SIN-Deploy-Bot
Deploy via automated script [skip ci]
8e2543b
Raw
History Blame Contribute Delete
2.82 kB
{
"id": "a2a-sin-code-command",
"name": "A2A-SIN-Code-command Agent",
"version": "1.0.0",
"description": "Autonomous Cloud Coder for CLI commands and terminal tools",
"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-command.hf.space",
"a2a_api": "https://a2a-sin-code-command.hf.space/a2a/v1",
"dashboard": "https://a2a.delqhi.com/agents/sin-code-command",
"docs_tab": "https://docs.google.com/document/d/1RtoHn4I0GntuEEOHHkqoh_dMuGzgMwQz7_8oxAOpQbw/edit?tab=t.t.97ea3e2cd2c6ecdf"
},
"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-command"
},
"environment": {
"required": [
"OPENCODE_API_KEY",
"GITHUB_TOKEN"
],
"optional": [
"HF_TOKEN",
"TELEGRAM_TOKEN",
"N8N_URL",
"N8N_API_KEY"
]
},
"commands": [
"sin.code.command.create",
"sin.code.command.modify",
"sin.code.command.test",
"sin.code.command.deploy",
"sin.code.command.status",
"sin.code.command.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"]
}
}