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.
|
|
2 days ago | |
|---|---|---|
| .. | ||
| README.md | 2 days ago | |
| model_router_example.py | 6 months ago | |
| multi_agent_router_example.py | 2 months ago | |
| multi_agent_router_minimal.py | 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
- model_router_example.py - Model routing example
- multi_agent_router_example.py - Multi-agent router implementation
- 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.