sin-code-ai / agent.json
GitHub Actions
Deploy SIN-Code-AI from GitHub Actions
f94fb41
Raw
History Blame Contribute Delete
1.51 kB
{
"id": "sin-code-ai",
"displayName": "SIN-Code-AI",
"team": "team-coding",
"description": "Elite 2026 AI Engineering Architect. Architects and implements RAG pipelines, prompt templates, semantic search, OpenCode MCP tools, and AI-native application logic.",
"version": "2026.03.09",
"deployment": {
"workforceIndex": "https://a2a.delqhi.com",
"landingPage": "https://delqhi-sin-code-ai.hf.space",
"publicA2A": "https://delqhi-sin-code-ai.hf.space",
"cimdAnchor": "https://delqhi-sin-code-ai.hf.space",
"vmServer": "Hugging Face Space free CPU VM"
},
"a2a": {
"wellKnownCard": "/.well-known/agent-card.json",
"rpcPath": "/a2a/v1",
"transport": "jsonrpc-over-http"
},
"mcp": {
"transport": "stdio",
"configPath": "./mcp-config.json"
},
"marketplace": {
"pricingModel": "enterprise_tier",
"monthlyPrice": 4999,
"purchaseModes": [
"subscription",
"lifetime_alpha"
],
"category": "Elite Coding / AI & Machine Learning"
},
"controlPlane": {
"projectionMode": "control-plane-first",
"capabilityRegistry": "control_plane.capabilities",
"worldModel": "control_plane.world_edges",
"memoryPlane": "memory_plane.items",
"artifactPolicy": "control_plane.artifact_refs",
"executorContract": "services/workers/hf_executor_contract.json",
"consumerAuthScript": "./scripts/hf_pull_script.py",
"completeInstallScript": "./scripts/complete-install.sh"
},
"primaryModel": "openai/gpt-5.4"
}