sin-code-fullstack / agent.json
OpenSIN-AI
Initial commit
43497ae
Raw
History Blame Contribute Delete
2.37 kB
{
"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"]
}