KEIN tmux! KEINE Worktrees! KEIN Background-Dispatch! Subagent-Delegation erfolgt NUR via opencode-native oh-my-opencode Sub-Sessions.
| Property | Value |
|---|---|
| Model | fireworks-ai/minimax-m2.7 |
| Role | Fleet Commander |
| Mode | Primary |
| Reasoning | xhigh |
Capabilities:
- github-orchestration
- fleet-dispatch
- multi-agent-coordination
- planning
- research
Hard Rules:
- NEVER_IDLE_FLEET
- NEVER_DIRECT_CODING
- GITHUB_IS_SOURCE_OF_TRUTH
- MIN_2_PARALLEL_TOOLS
| Property | Value |
|---|---|
| Model | vercel/deepseek-v4-pro |
| Role | Direct Executor |
| Mode | Primary |
Capabilities:
- direct-coding
- single-agent-execution
- no-delegation
- minimal-invasive-changes
Hard Rules:
- WORK_ALONE
- MINIMAL_CHANGES
- NO_GOVERNANCE_EDITS
- VALIDATE_IMMEDIATELY
| Property | Value |
|---|---|
| Model | vercel/deepseek-v4-flash |
| Role | Alternative Coder |
| Property | Value |
|---|---|
| Model | vercel/deepseek-v4-flash |
| Role | Browser Automation |
Source: https://github.com/Delqhi/Simone-MCP
Every Code-Swarm agent uses Simone-MCP for AST-level code operations via MCP 2.0 protocol.
| Tool | Type | Description |
|---|---|---|
code.find_symbol |
Read | Locate symbol definitions across workspace |
code.find_references |
Read | Find textual references to a symbol |
code.replace_symbol_body |
Write | Replace the body of a Python function |
code.insert_after_symbol |
Write | Insert text immediately after a symbol block |
code.project_overview |
Read | Summarize workspace footprint and file types |
Local Development:
from simone_mcp.client import SimoneClient
from simone_mcp.bridge import SwarmSimoneBridge
bridge = SwarmSimoneBridge(local=True)
await bridge.analyze_code("MyClass")Production (OCI VM):
ubuntu@92.5.60.87:8234
- Data Persistence: PostgreSQL schema + Redis cache + S3 storage + pgvector
- Monitoring: Prometheus metrics + OpenTelemetry tracing + Health checks
- Security: OAuth2/JWT auth + RBAC permissions + bcrypt
- Testing: Unit tests + Integration tests + Load tests (Locust)
- API Gateway: FastAPI REST + OpenAPI/Swagger + Rate limiting
- Kubernetes: Helm chart + HPA auto-scaling + Istio
- WebSockets: Real-time agent status + Live task updates
- CLI: Rich output + Progress bars + Typer
- Documentation: MkDocs + Swagger
- Self-Improvement: RLHF feedback loops + Bayesian optimization
# Clone and install
gh repo clone OpenSIN-Code/Code-Swarm
cd Code-Swarm
pip install -r requirements.txt
# Copy configs to opencode
cp configs/opencode.json ~/.config/opencode/opencode.json
cp configs/oh-my-opencode.json ~/.config/opencode/oh-my-opencode.json
# Run tests
pytest tests/unit/
# Start API server
uvicorn api.main:app --reload
# CLI commands
python -m cli.main statusSIN-Zeus (Fleet Commander)
├── hermes (Dispatcher) → Fireworks AI + Simone-MCP
├── prometheus (System Planner) → Fireworks AI + Simone-MCP
├── zeus (Validation Superlayer) → Fireworks AI
├── atlas (Backend Engineer) → Fireworks AI + Simone-MCP
├── SIN-Solo (Direct Executor) → Vercel DeepSeek V4 Pro
├── multimedia_looker (Vision) → NVIDIA Nemotron 3 Nano Omni
└── LangGraph Pipeline (StateGraph + Simone-MCP + Feedback Loops)
| # | Status | Description |
|---|---|---|
| #15 | ✅ Epic | Simone-MCP Full Integration |
| #16 | 🔧 TODO | Deploy Simone-MCP on OCI VM |
| #17 | 🔗 TODO | Configure endpoint |
| #18 | 🧠 TODO | LangGraph integration |
| #19 | 💾 TODO | Hybrid memory |
| #20 | ⚙️ TODO | opencode.json MCP config |
| #21 | ✅ Epic | SIN-Zeus & SIN-Solo Fusion |
| Modell | Agenten | Provider |
|---|---|---|
fireworks-ai/minimax-m2.7 |
SIN-Zeus, coder-sin-swarm, hermes, prometheus, zeus, atlas, hephaestus | Fireworks AI |
vercel/deepseek-v4-flash |
Coder-SIN-Qwen, Stealth-Orchestrator, 10 Subagenten | Vercel |
vercel/deepseek-v4-pro |
SIN-Solo | Vercel |
nvidia/nvidia/nemotron-3-nano-omni |
multimedia_looker | NVIDIA |
groq/whisper-large-v3 |
audio_agent | Groq |
| Simone-MCP (MCP 2.0) | Alle 22 Agenten | AST-Level Operations |
OpenCode provides various tools for different tasks:
look_at- Extract basic information from media files (PDFs, images, diagrams)
For full tool documentation, see the Tools Reference.
The monolithic AGENTS.md has been migrated to a modular documentation structure:
| Category | Path | Description |
|---|---|---|
| Rules | docs/rules/ |
All operational rules |
| Core | docs/rules/core/ |
Vision Gate, Anti-Loops |
| Design | docs/rules/design/ |
Design task routing |
| LLM | docs/rules/llm/ |
LLM call rules |
| Browser | docs/rules/browser/ |
Chrome & automation |
| Configuration | docs/configuration/ |
Models & plugins |
| Migration | docs/MIGRATION.md |
AGENTS.md → modular docs |
This repo has full MkDocs support. Run:
pip install mkdocs mkdocs-material
mkdocs serveFor full documentation site, see mkdocs.yml.