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.
|
|
1 day ago | |
|---|---|---|
| .. | ||
| README.md | 1 day ago | |
| heavy_swarm.py | 1 month ago | |
| heavy_swarm_example.py | 2 months ago | |
| heavy_swarm_example_one.py | 4 months ago | |
| heavy_swarm_no_dashboard.py | 4 months ago | |
| medical_heavy_swarm_example.py | 3 months ago | |
README.md
Heavy Swarm Examples
This directory contains examples demonstrating heavy swarm patterns for large-scale multi-agent systems.
Examples
- heavy_swarm_example_one.py - First heavy swarm example
- heavy_swarm_example.py - Main heavy swarm implementation
- heavy_swarm_no_dashboard.py - Heavy swarm without dashboard
- heavy_swarm.py - Core heavy swarm implementation
- medical_heavy_swarm_example.py - Medical heavy swarm
Overview
Heavy swarms are designed for large-scale multi-agent systems with many agents working on complex tasks. These examples demonstrate patterns for managing large agent populations, coordinating their work, and handling the increased complexity and resource requirements.