Orchestration

Select and design the right orchestration pattern for multi-agent systems. Evaluate Sequential, Parallel, Router, and Hierarchical patterns against your use case requirements. The Router pattern covers both agent selection (classify input to the right specialist) and model selection (route tasks to the right LLM by complexity to balance cost, latency, quality, and fallback chains). Use when deciding how multiple agents should coordinate, share context, delegate tasks, or which model each task should run on.

kimsanguine 9aa11f8 9 files · 79.2 KB Updated

File contents

kimsanguine/hplan/tree/main/architect/skills/orchestration commit 9aa11f8a50

Frequently asked questions

npx skillmds@latest add kimsanguine/orchestration