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/forest_swarm_examples
Hugh b4245f8f17
restored missing sync files
1 month ago
..
README.md restored missing sync files 1 month ago
forest_swarm_example.py restored missing sync files 1 month ago
fund_manager_forest.py restored missing sync files 1 month ago
medical_forest_swarm.py restored missing sync files 1 month ago
tree_example.py restored missing sync files 1 month ago
tree_swarm_test.py restored missing sync files 1 month ago

README.md

Forest Swarm Examples

This directory contains examples demonstrating forest swarm architectures for multi-agent systems.

Examples

Overview

Forest swarm patterns organize agents in tree structures, enabling hierarchical processing and decision-making. Each branch can handle different aspects of a problem, with results flowing up the tree for final synthesis. This pattern is useful for complex, multi-faceted problems requiring specialized agent teams.