A multi-agent AI development team distributed across three machines in the homelab. Every model in the primary lineup costs $0.00. Architecture, implementation, review — all automated.
Click any card to expand model details, fallbacks, and capabilities.
Every task flows through the pipeline. Triage determines which phases are needed — not every task uses all agents.
Receives the raw task. Returns a JSON classification: task_type, complexity, agents_needed, and reasoning. Determines which subsequent phases are required.
Structures the problem before any design begins. Identifies core requirements, constraints, edge cases, failure modes, dependencies, technical risks, and asks clarifying questions. Output feeds directly into the architect's context.
Produces a structured blueprint: component/module breakdown, data flow, technology recommendations, file structure, key interfaces, and operational concerns. Receives system analysis + original task as context. 1200s timeout allows deep reasoning.
Writes complete, production-quality code following the architecture blueprint. Includes error handling, type hints, documentation, and edge case coverage. For large-scale tasks, @code-specialist (Nemotron 3 Ultra 550B, 1M context) handles the work instead.
Reviews implementation output for bugs, security vulnerabilities, performance issues, and missed edge cases. Writes unit tests and suggests improvements. Returns pass/fail/needs-work assessment.
Produces API documentation, READMEs, usage instructions, architecture notes, and known limitations. Only runs when triage determines documentation is needed.
The orchestrator combines all phase outputs (analysis, architecture, implementation, review, documentation) into a single structured report. The session is saved to sessions/ as JSON with a UUID prefix.
Three machines, one hosted API layer. Each machine has a distinct role in the pipeline.
Every model available to the dev group, including fallbacks and future paid options.
| Model | Host | Context | Output | Timeout | Cost | Status |
|---|---|---|---|---|---|---|
|
Big Pickle (GLM-4-6)
355B MoE · @lead-architect
|
Zen API | 200K | 32K | 1200s | FREE | ✅ Active |
|
Qwen3.6-27B
@heavy-implementer · @triage-agent
|
melchior (vLLM) | 128K | 16K | 300s | FREE | ✅ Active |
|
DeepSeek V4 Flash Free
@qa-reviewer
|
Zen API | 128K | 8K | 300s | FREE | ✅ Active |
|
Tencent Hy3 295B
@system-analyst · 21B active
|
OpenRouter | 256K | 8K | 300s | FREE | ✅ Active |
|
Nemotron 3 Ultra 550B
@code-specialist · 55B active
|
OpenRouter | 1M | 16K | 300s | FREE | ✅ Active |
|
Nemotron 3 Super 120B
@documenter · 12B active
|
OpenRouter | 1M | 16K | 300s | FREE | ✅ Active |
|
gpt-oss-20B
Extra · OpenAI, 3.6B active
|
OpenRouter | 131K | 8K | 300s | FREE | 🔄 Available |
|
Gemma 4 26B
Extra · MoE, 4B active
|
OpenRouter | 256K | 8K | 300s | FREE | 🔄 Available |
|
Qwen 3.5 Plus
Zen fallback
|
Zen API | 128K | 8K | 300s | $0.20/M | 🔄 Fallback |
|
Qwen 3.6 Plus
Zen paid · stronger Qwen
|
Zen API | 128K | 8K | 300s | $0.50/M | 🔄 Fallback |
|
DeepSeek V4 Pro
Future @qa-reviewer (paid)
|
Zen API | 128K | 8K | 300s | $1.74/M | Placeholder |
|
Claude Sonnet 4.6
Future @lead-architect (paid)
|
OpenRouter (planned) | — | — | — | ~$3/M | Placeholder |
|
Llama 3.2
Local fallback (Ollama)
|
Localhost | 8K | 4K | 300s | FREE | 🔄 Fallback |
|
Qwen 2.5 Coder 14B
Local fallback (Ollama)
|
Localhost | 32K | 8K | 300s | FREE | 🔄 Fallback |
Shell commands and Python API for interacting with the dev group.
devgroup "..."
Full workflow — triage routes automatically
devgroup -a lead-architect "..."
Ask a specific agent directly
devgroup --interactive
Chat-style REPL with all agents
devgroup --triage "..."
See triage classification only
devgroup --list
Show team roster
devgroup --sessions
List past sessions
Paid models that will be activated when K decides to invest. Models already defined in the codebase — just need a key.
Premium upgrade for @lead-architect. Consistently rated #1-2 for system design and architecture. Would sit alongside Big Pickle as an optional "heavy architect" mode.
Deep upgrade for @qa-reviewer. Already defined in zen_models() as deepseek-v4-pro. Deeper code review capabilities than the free Flash tier. Just reassign the agent's model field.