Skip to content

Examples

Real, runnable Agent Network examples — from simple to complex, each can be launched with one command.

Beginner

ExampleDifficultyAgentsModelsHighlight
Hello World2MiniMaxSimplest two-agent conversation
Translation Pipeline★★3MiniMax + DeepSeekCN→EN→JP chain translation
Code Review★★3Claude + DeepSeekWrite code + auto review

Advanced

ExampleDifficultyAgentsModelsHighlight
Idiom Chain Game★★★5MiniMaxMulti-agent game
Telegram Squad★★★★11Codex + MiniMax1 commander + 10 workers, Docker
Mixed Model Collab★★★4Claude + MiniMax + DeepSeekDifferent models for different tasks

Industry

ExampleDifficultyUse CaseModelsHighlight
Customer Service★★★SupportMiniMax + ClaudeTriage + expert routing
Content Factory★★★ContentMiniMax + KimiBatch 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.

Powered by CommHub V3