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
Hugh b4245f8f17
restored missing sync files
1 month ago
..
README.md restored missing sync files 1 month ago
model_router_example.py restored missing sync files 1 month ago
multi_agent_router_example.py restored missing sync files 1 month ago
multi_agent_router_minimal.py restored missing sync files 1 month 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.