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

556 B

MOA (Mixture of Agents) Examples

This directory contains examples demonstrating Mixture of Agents patterns.

Examples

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.