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/hierarchical_swarm
IlumCI 7eaef3a5f6
Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories
4 weeks ago
..
hierarchical_examples Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hierarchical_swarm_ui Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
README.md Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
display_hierarchy_example.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hierarchical_swarm_basic_demo.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hierarchical_swarm_batch_demo.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hierarchical_swarm_comparison_demo.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hierarchical_swarm_example.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hierarchical_swarm_streaming_demo.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hierarchical_swarm_streaming_example.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hs_interactive.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hs_stock_team.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
hybrid_hierarchical_swarm.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago
sector_analysis_hierarchical_swarm.py Fix misspelling: rename 'hiearchical' to 'hierarchical' in all files and directories 4 weeks ago

README.md

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.