File size: 2,514 Bytes
dbeb746
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f94fb41
 
dbeb746
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
title: SIN-Code-AI
emoji: "🤖"
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---

# SIN-Code-AI

`SIN-Code-AI` is a SIN A2A agent package for the Silicon Workforce.

## Identity

- Slug: `sin-code-ai`
- Team: `Team - Coding`
- Team Manager: `SIN-Coding-CEO`
- Purpose: Elite 2026 AI Engineering Architect. Architects and implements RAG pipelines, prompt templates, semantic search, OpenCode MCP tools, and AI-native application logic.
- Usage: Use for designing LLM prompts, implementing local and cloud-based AI pipelines, writing semantic search logic, building RAG architectures, and authoring OpenCode skills/tools.
- Primary Model: `openai/gpt-5.4`

## Deployment

- Local path: `/Users/jeremy/dev/OpenSIN-backend/a2a/team-coding/A2A-SIN-Code-AI`
- GitHub repo: `https://github.com/Delqhi/sin-code-ai`
- Deployment status: `live`
- Workforce index: `https://a2a.delqhi.com`
- Landing page: `https://delqhi-sin-code-ai.hf.space`
- Public page / CIMD: `https://delqhi-sin-code-ai.hf.space`
- Dashboard route: `https://a2a.delqhi.com/agents/sin-code-ai` (pending production deploy)
- Hugging Face Space: `https://huggingface.co/spaces/delqhi/sin-code-ai`
- Hugging Face repo id: `delqhi/sin-code-ai`
- Cloudflare tunnel: `sin-code-ai`
- Runtime target: `Hugging Face Space free CPU VM`
- Google Docs root: `https://docs.google.com/document/d/1RtoHn4I0GntuEEOHHkqoh_dMuGzgMwQz7_8oxAOpQbw/edit`
- Google Docs child-tab: `pending dedicated child-tab under Team - Coding (tabId: t.71rk0lld8zkq)`

## Runtime Shape

- A2A JSON-RPC runtime
- MCP stdio runtime
- CLI wrapper for local and automated use
- publish-ready Docker/Hugging Face Space layout

## A2A Surface

- Card: `GET /.well-known/agent-card.json`
- Alias: `GET /.well-known/agent.json`
- Health: `GET /health`
- RPC: `POST /a2a/v1`

## MCP Surface

- Transport: `stdio`
- Config: `./mcp-config.json`
- OpenCode client: `./clients/opencode-mcp.json`
- Codex client: `./clients/codex-config.toml`

## Local Commands

```bash
sin-code-ai serve-a2a
sin-code-ai serve-mcp
sin-code-ai print-card
sin-code-ai run-action '{"action":"agent.help"}'
sin-code-ai run-action '{"action":"sin.code.ai.health"}'
```

## Publication Notes

- This package is Docker/Hugging Face Space ready via the repository `Dockerfile`.
- The standalone GitHub repo should contain the same contents as this directory root.
- Remote publication is only complete after landing, agent card, and A2A endpoint reachability are verified with the live audit.