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.
15 lines
732 B
15 lines
732 B
# MAR (Multi-Agent Router) Examples
|
|
|
|
This directory contains examples demonstrating Multi-Agent Router patterns for intelligent agent selection and routing.
|
|
|
|
## Examples
|
|
|
|
- [model_router_example.py](model_router_example.py) - Model routing example
|
|
- [multi_agent_router_example.py](multi_agent_router_example.py) - Multi-agent router implementation
|
|
- [multi_agent_router_minimal.py](multi_agent_router_minimal.py) - Minimal router setup
|
|
|
|
## 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.
|
|
|