You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/multi_agent/hiearchical_swarm/README.md

1.5 KiB

Hierarchical Swarm Examples

This directory contains examples demonstrating hierarchical swarm patterns for multi-agent systems.

Examples

Subdirectories

Overview

Hierarchical swarms organize agents in a tree-like structure with managers and workers. Managers coordinate teams of specialized agents, enabling complex workflows with clear delegation and responsibility chains. This pattern is ideal for organizational structures and complex task decomposition.