From 27a467e56b3e52f36fe5c3e1d6cafe41c5d6203e Mon Sep 17 00:00:00 2001 From: CI-DEV <154627941+IlumCI@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:16:15 +0300 Subject: [PATCH] Update election_swarm.md --- docs/swarms/structs/election_swarm.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/swarms/structs/election_swarm.md b/docs/swarms/structs/election_swarm.md index f815213d..4cef2260 100644 --- a/docs/swarms/structs/election_swarm.md +++ b/docs/swarms/structs/election_swarm.md @@ -2,6 +2,14 @@ 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 + +```python +from swarms.structs import ElectionSwarm +# or +from swarms.structs.election_swarm import ElectionSwarm +``` + ## Overview The ElectionSwarm follows a democratic election workflow pattern: