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