diff --git a/docs/swarms/structs/election_swarm.md b/docs/swarms/structs/election_swarm.md index 4cef2260..c32d0752 100644 --- a/docs/swarms/structs/election_swarm.md +++ b/docs/swarms/structs/election_swarm.md @@ -2,7 +2,7 @@ The `ElectionSwarm` is a sophisticated multi-agent orchestrator selection system that implements AGENTSNET communication protocols for democratic decision-making. It enables agent voters to elect the best orchestrator candidate through various coordination algorithms, providing a structured approach to leadership selection in multi-agent workflows. -## Quick Start +## Imports! ```python from swarms.structs import ElectionSwarm