From f661da6ea0b1a7cd891338670104de72b9e3a098 Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:16:37 +0300 Subject: [PATCH] Update election_swarm.md --- docs/swarms/structs/election_swarm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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