Releases: OpenSIN-Code/Code-Swarm
Releases · OpenSIN-Code/Code-Swarm
Code-Swarm v0.1.0-alpha
Code-Swarm v0.1.0-alpha — first taggable cut
First public alpha after the CEO audit. Not production-ready, but installable and reviewable.
Highlights
- 22-agent fleet skeleton (
code_swarm/) with registry, memory, events - LangGraph orchestration + Simone-MCP integration for AST-level code edits
- Dual-protocol API gateway: FastAPI + gRPC with rate limiting, logging, WebSocket streaming
- CLI built on Typer + Rich (
status,agents,tasks,init,health,deploy,logs,run) - P0 Security: env-driven
SECRET_KEY+ explicitALLOWED_ORIGINS(CEO Audit Sev-1 fixes) - P0 Observability: metrics + health checks + structured logging
- Kubernetes manifests, Helm charts, Istio + Prometheus configs in kubernetes-sota-practices
- Tests: unit + integration + E2E + load scaffolding
Known gaps (tracked for v0.2)
- No published swe-bench / humaneval-x score yet
- No PyPI / npm / brew distribution yet
- Docs site (
docs.opensin.ai) not yet live - RLHF feedback loop is stub-only (no training data)
Install (alpha)
git clone https://github.com/OpenSIN-Code/Code-Swarm
cd Code-Swarm && cp .env.example .env # fill SECRET_KEY + ALLOWED_ORIGINS
pip install -r requirements.txt
python -m cli.main statusFree, MIT-licensed, BYO-API-keys. Made by @Delqhi.