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/moa_examples/README.md

14 lines
556 B

# MOA (Mixture of Agents) Examples
This directory contains examples demonstrating Mixture of Agents patterns.
## Examples
- [mixture_of_agents_example.py](mixture_of_agents_example.py) - Mixture of agents implementation
- [test_moa_new.py](test_moa_new.py) - MOA testing suite
## Overview
Mixture of Agents (MOA) patterns combine multiple agents with different capabilities or models to create more robust and capable systems. By leveraging the strengths of different agents, MOA patterns can achieve better performance than individual agents alone.