From 2abefe0c22b23b06a3840021f81e0ed63cca6da3 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Mon, 30 Jun 2025 11:18:47 -0700 Subject: [PATCH] moa example --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 57146c86..5d158c62 100644 --- a/README.md +++ b/README.md @@ -420,9 +420,7 @@ The `SwarmRouter` is a powerful tool for simplifying multi-agent orchestration. ### MixtureOfAgents (MoA) -The `MixtureOfAgents` architecture processes tasks by feeding them to multiple "expert" agents in parallel. Their diverse outputs are then synthesized by an aggregator agent to produce a final, high-quality result. - -**Description:** Use this to achieve state-of-the-art performance on complex reasoning tasks by leveraging the collective intelligence of specialized agents. +The `MixtureOfAgents` architecture processes tasks by feeding them to multiple "expert" agents in parallel. Their diverse outputs are then synthesized by an aggregator agent to produce a final, high-quality result. [Learn more here](https://docs.swarms.world/en/latest/swarms/examples/moa_example/) ```python from swarms import Agent, MixtureOfAgents