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/mar
Kye Gomez 243df297ef
cleanup examples folder
2 days ago
..
README.md cleanup examples folder 2 days ago
model_router_example.py [feats][swarms.communication] + [docs][cleanup] + [tests][cleanup and swarms.communication] 6 months ago
multi_agent_router_example.py [IMPROVEMENT][AgentRearrange][Integrate concurrent agent execution in agent rearrange through the comma type] [AgentRearrange][Docs] 2 months ago
multi_agent_router_minimal.py docs, contributing.md, multi tool mcp execution, and more 5 months ago

README.md

MAR (Multi-Agent Router) Examples

This directory contains examples demonstrating Multi-Agent Router patterns for intelligent agent selection and routing.

Examples

Overview

Multi-Agent Router (MAR) patterns enable intelligent routing of tasks to appropriate agents based on capabilities, availability, or task characteristics. These examples demonstrate various routing strategies including model-based routing, capability matching, and load balancing.