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/swarm_router
Hugh b4245f8f17
restored missing sync files
1 month ago
..
README.md restored missing sync files 1 month ago
heavy_swarm_router_example.py restored missing sync files 1 month ago
market_analysis_swarm_router_concurrent.py restored missing sync files 1 month ago
sr_moa_example.py restored missing sync files 1 month ago
swarm_router.py restored missing sync files 1 month ago
swarm_router_benchmark.py restored missing sync files 1 month ago
swarm_router_example.py restored missing sync files 1 month ago
swarm_router_test.py restored missing sync files 1 month ago

README.md

Swarm Router Examples

This directory contains examples demonstrating swarm routing patterns for directing tasks across multiple agent swarms.

Examples

Overview

Swarm routers intelligently distribute tasks across multiple agent swarms based on task characteristics, swarm capabilities, and current load. These examples demonstrate various routing strategies including load balancing, capability matching, and performance optimization.