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
Kye Gomez 243df297ef
cleanup examples folder
2 days ago
..
README.md cleanup examples folder 2 days ago
heavy_swarm_router_example.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
market_analysis_swarm_router_concurrent.py [FEAT][ConcurrentWorkflow Dashboard] [ENHANCE][InteractiveGroupchat] [New Concurrentworkflow docs] 4 months ago
sr_moa_example.py feats - increase swarm router speed through cache, and also improve error logging 4 months ago
swarm_router.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
swarm_router_benchmark.py feats - increase swarm router speed through cache, and also improve error logging 4 months ago
swarm_router_example.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month ago
swarm_router_test.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 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.