GitHub Actions
Deploy SIN-Code-Integration from GitHub Actions
a00031a
|
Raw
History Blame Contribute Delete
2.7 kB
---
title: SIN-Code-Integration
emoji: "🤖"
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---
# SIN-Code-Integration
`SIN-Code-Integration` is a SIN A2A agent package for the Silicon Workforce.
## Identity
- Slug: `sin-code-integration`
- Team: `Team - Coding`
- Team Manager: `SIN-Coding-CEO`
- Purpose: Elite 2026 Integration Architect. Authors project-specific n8n workflow JSONs, wires webhooks, manages third-party API integration logic, and implements data transformation steps between services.
- Usage: Use for implementing and debugging n8n workflows, mapping API integrations, transforming payloads across service boundaries, and wiring up robust event-driven webhook logic.
- Primary Model: `openai/gpt-5.4`
## Deployment
- Local path: `/Users/jeremy/dev/OpenSIN-backend/a2a/team-coding/A2A-SIN-Code-Integration`
- GitHub repo: `https://github.com/Delqhi/sin-code-integration`
- Deployment status: `structural-only scaffold; HF runtime, landing page, and public A2A endpoint are not live yet`
- Workforce index: `https://a2a.delqhi.com`
- Landing page: `https://delqhi-sin-code-integration.hf.space`
- Public A2A / CIMD: `https://a2a.delqhi.com/agents/sin-code-integration`
- Hugging Face Space: `https://huggingface.co/spaces/delqhi/sin-code-integration`
- Hugging Face repo id: `delqhi/sin-code-integration`
- Cloudflare tunnel: `sin-code-integration`
- 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-integration serve-a2a
sin-code-integration serve-mcp
sin-code-integration print-card
sin-code-integration run-action '{"action":"agent.help"}'
sin-code-integration run-action '{"action":"sin.code.integration.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.