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 fd6b688b64
new examples for latest features such as graph workflow rustworkx, llmcouncil, debate with judge, and overviews for the examples
1 day ago
..
README.md cleanup examples folder 3 weeks ago
heavy_swarm_router_example.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 2 months ago
market_analysis_swarm_router_concurrent.py [FEAT][ConcurrentWorkflow Dashboard] [ENHANCE][InteractiveGroupchat] [New Concurrentworkflow docs] 5 months ago
sr_moa_example.py feats - increase swarm router speed through cache, and also improve error logging 4 months ago
swarm_router.py [FEAT][rustworkx integration into GraphWorkflow] [New Examples] 2 weeks ago
swarm_router_benchmark.py feats - increase swarm router speed through cache, and also improve error logging 4 months ago
swarm_router_example.py new examples for latest features such as graph workflow rustworkx, llmcouncil, debate with judge, and overviews for the examples 1 day ago
swarm_router_mv.py [FEAT][DebateWithJudge] 2 weeks ago
swarm_router_test.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 2 months 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.