Multi-agent systems
017 Coding Swarm
Rust — Orchestrator + worker mob for coding tasks. Leader decomposes work, workers execute in parallel, results merge.
018 Research Team
Rust — Diverge/converge research pattern. Specialized profiles explore independently, then synthesize findings.
019 CI/CD Pipeline
Rust — Sequential pipeline with stage handoffs. Each stage validates before passing to the next.
020 Peer Messaging
Rust — Two agents with Ed25519 identities communicate over encrypted channels. Signed envelopes, trust verification.
Production patterns
021 Multi-Provider Routing
Python — Same code routes to Anthropic, OpenAI, or Gemini. Provider-specific params, model switching at runtime.
024 Event Mesh
Rust — Reactive agents in keep-alive mode. Process external events from webhooks, CI pipelines, monitoring systems.
025 Full-Stack Agent
Rust — Reference architecture combining all features: tools, hooks, skills, memory, persistence, streaming, budget.
Portable deployment
028 Mobpack Release Triage
Shell — Build, sign, validate, and deploy a believable multi-role release-triage
.mobpack. Trust policy, inspection, and realistic incident prompts.029 Web Incident War Room
Shell — Browser-deployable SEV war room with commander, SRE, comms, and scribe roles. Pack once, then ship a zero-install web bundle.
030 Web Dashboard Copilot
Shell — Embeddable release command-center copilot with dashboard context, starter prompts, and web build output ready for host integration.
031 Mini Diplomacy
Shell + Web — 9 autonomous agents across 4 WASM mobs. Three factions negotiate, strategize, and betray in a territory war. Real LLM calls via browser fetch, inproc comms, flow engine.
032 WebCM Agent
Web (WASM) — Multi-provider coding agent mob in the browser. 4 agents (Anthropic + OpenAI + Gemini) collaborate via comms to plan, code, and review in a sandboxed Alpine Linux VM. TUI-style UI with real-time streaming.
All 32 examples (including single-feature demos and hello-world starters) are in
examples/ in the repository.