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
CI-DEV 33661ea132
Update hs_stock_team.py
1 week ago
..
agent_rearrange_examples [examples][cleanup workshop examples] 3 weeks ago
asb Update auto_agent.py 1 week ago
batched_grid_workflow [IMPROVEMENT][Improve HiearchicalSwarm with streaming callbacks][Add docs as well][New examples] 1 month ago
board_of_directors [FIX][Board of Directors] [CLEANUP __INITS__] [New Examples for livestream] 2 months ago
caching_examples update reasoning agent router docs 3 months ago
concurrent_examples [FEAT][New Multi-Agent Execution utilities][run_agents_concurrently_uvloop] [run_agents_with_tasks_uvloop] [Improvement][Improved the batched_grid_agent_execution to use concurrent futures] [Updated docs] [Agent][Fix batched run] [FEAT][CustomAgent] [New util examples] 1 month ago
council [REMOVE UN-USED FILES] [Cleanup Concurrent Dashboard] [file renaming] 2 months ago
council_of_judges [REMOVE UN-USED FILES] [Cleanup Concurrent Dashboard] [file renaming] 2 months ago
election_swarm_examples [STRUCTS CLEANUP][Remove AgentRAGHandler] [ElectionSwarm][DynamicConversationSwarm][AOP][and more] 1 month ago
forest_swarm_examples [IMPROVEMENT][Remove sentence transformers from forest swarm and instead use litellm] [UPDATE][DOCs] 1 month ago
graphworkflow_examples remove-unused-params from agent.py 2 months ago
groupchat example cleanup 3 months ago
heavy_swarm_examples [MAJORITYVOTING][DOCS][Improve Majority Voting docs] 3 weeks ago
hiearchical_swarm Update hs_stock_team.py 1 week ago
hscf [EXAMPLES CLEANUP] [FIX][SwarmMatcher] [Remove old examples] 1 month ago
interactive_groupchat_examples [feat][interactivegroupchat][random dynamic speaker functions 3 months ago
majority_voting example readme 2 weeks ago
mar [IMPROVEMENT][AgentRearrange][Integrate concurrent agent execution in agent rearrange through the comma type] [AgentRearrange][Docs] 3 weeks ago
moa_examples [IMPROVEMENT][AgentRearrange][Integrate concurrent agent execution in agent rearrange through the comma type] [AgentRearrange][Docs] 3 weeks ago
new_spreadsheet_new_examples example readme 2 weeks ago
new_spreadsheet_swarm_examples [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 5 months ago
orchestration_examples debate multi agent orchestration docs 2 months ago
paper_implementations [FIX][AgentLoader] [NEW DOCS][MKDOCS.yaml] 2 months ago
sequential_workflow [IMPROVEMENT][AgentLoader with markdown, csv, and other capaibilties] [fix examples] [swarms.utils.agent_loader -> MarkdownAgentLoader] [util][swarm_id] [Improve SequentialWorkflowPrompting] 1 month ago
simulations [docs][heavy swarm docs] [cleanup senator votes] 1 month ago
swarm_router [docs][heavy swarm docs] [cleanup senator votes] 1 month ago
swarmarrange [IMPROVEMENT][AgentRearrange][Integrate concurrent agent execution in agent rearrange through the comma type] [AgentRearrange][Docs] 3 weeks ago
swarms_api_examples [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 5 months ago
utils [FEAT][New Multi-Agent Execution utilities][run_agents_concurrently_uvloop] [run_agents_with_tasks_uvloop] [Improvement][Improved the batched_grid_agent_execution to use concurrent futures] [Updated docs] [Agent][Fix batched run] [FEAT][CustomAgent] [New util examples] 1 month ago
README.md example readme 2 weeks ago
auto_swarm_builder_example.py cleanup 2 weeks ago
duo_agent.py [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 5 months ago
enhanced_collaboration_example.py [IMPROVE][InteractiveGroupchat][Improve the prompting so the agents acknowledge eachother + speaker functions][DOCS][Improvement] 3 months ago
spreadsheet_example.py [fix][autoswarm builder] [new examples and fix liutelln wrapper and tools issue] 2 weeks 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