Examples
Real, runnable Agent Network examples — from simple to complex, each can be launched with one command.
Beginner
| Example | Difficulty | Agents | Models | Highlight |
|---|---|---|---|---|
| Hello World | ★ | 2 | MiniMax | Simplest two-agent conversation |
| Translation Pipeline | ★★ | 3 | MiniMax + DeepSeek | CN→EN→JP chain translation |
| Code Review | ★★ | 3 | Claude + DeepSeek | Write code + auto review |
Advanced
| Example | Difficulty | Agents | Models | Highlight |
|---|---|---|---|---|
| Idiom Chain Game | ★★★ | 5 | MiniMax | Multi-agent game |
| Telegram Squad | ★★★★ | 11 | Codex + MiniMax | 1 commander + 10 workers, Docker |
| Mixed Model Collab | ★★★ | 4 | Claude + MiniMax + DeepSeek | Different models for different tasks |
Industry
| Example | Difficulty | Use Case | Models | Highlight |
|---|---|---|---|---|
| Customer Service | ★★★ | Support | MiniMax + Claude | Triage + expert routing |
| Content Factory | ★★★ | Content | MiniMax + Kimi | Batch production + QA |
Before running examples
Make sure you've completed the Getting Started guide and the CommHub server is running.
Note: only the basic local flow (start hub + single agent + dispatch from Dashboard) is fully verified in v2.0.0. The multi-agent examples below are reference designs and may not match the latest CLI exactly.