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
Kye Gomez 30c140fbaa
[Docs][fix examples and docs] [GraphWorkflow][add_nodes]
1 week ago
..
agent_rearrange_examples cleanup examples folder 1 month ago
agent_router_examples cleanup examples folder 1 month ago
asb cleanup examples folder 1 month ago
batched_grid_workflow [IMPROVEMENT][Improve HiearchicalSwarm with streaming callbacks][Add docs as well][New examples] 3 months ago
board_of_directors cleanup examples folder 1 month ago
caching_examples cleanup examples folder 1 month ago
concurrent_examples cleanup examples folder 1 month ago
council cleanup examples folder 1 month ago
council_of_judges cleanup examples folder 1 month ago
debate_examples new examples for latest features such as graph workflow rustworkx, llmcouncil, debate with judge, and overviews for the examples 1 week ago
election_swarm_examples cleanup examples folder 1 month ago
exec_utilities cleanup examples folder 1 month ago
forest_swarm_examples cleanup examples folder 1 month ago
graphworkflow_examples [Docs][fix examples and docs] [GraphWorkflow][add_nodes] 1 week ago
groupchat cleanup examples folder 1 month ago
heavy_swarm_examples cleanup examples folder 1 month ago
hiearchical_swarm [DOCS][Hiearchical display] 2 weeks ago
hscf cleanup examples folder 1 month ago
interactive_groupchat_examples cleanup examples folder 1 month ago
llm_council_examples update examples readme with links 3 weeks ago
majority_voting cleanup examples folder 1 month ago
mar cleanup examples folder 1 month ago
moa_examples cleanup examples folder 1 month ago
orchestration_examples cleanup examples folder 1 month ago
paper_implementations cleanup examples folder 1 month ago
sequential_workflow cleanup examples folder 1 month ago
simulations [FIX][AgentMAPSimulation] 2 months ago
social_algorithms_examples cleanup examples folder 1 month ago
spreadsheet_examples [EXAMPLES][SpreadsheetSwarm cleanup] 2 months ago
swarm_router new examples for latest features such as graph workflow rustworkx, llmcouncil, debate with judge, and overviews for the examples 1 week ago
swarmarrange cleanup examples folder 1 month ago
swarms_api_examples cleanup examples folder 1 month ago
utils actually removed all mentions of linear swarm 2 weeks ago
README.md example readme 3 months ago
duo_agent.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 2 months ago
tree_swarm_new_updates.py [Improvement][ForestSwarm][Improve format and structure] [Improvement][Agent][Add more verbose logging for mcp] [Docs][ForestSwarm] 2 months ago

README.md

Multi-Agent Examples

This directory contains comprehensive examples demonstrating various multi-agent patterns and workflows in Swarms.

Agent Rearrangement

Auto Swarm Builder (ASB)

Batched Grid Workflow

Board of Directors

Caching Examples

Concurrent Examples

Council of Judges

Debate Examples

Election Swarm

Forest Swarm

Graph Workflow

Group Chat

Heavy Swarm

Hierarchical Swarm

Interactive Group Chat

Majority Voting

MAR (Multi-Agent Reinforcement)

  • mar/ - Multi-agent reinforcement learning examples

MOA Examples

Spreadsheet Examples

Orchestration

Paper Implementations

Sequential Workflow

Simulations

Swarm Router

Swarm Arrange

Swarms API

Utils

  • utils/ - Utility functions and helpers

Additional Files