From d49e852f932a9cb6ff3563ce40b0700e4f3612b0 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Mon, 30 Jun 2025 11:20:43 -0700 Subject: [PATCH] readme formatting --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 132aa245..f0e24de8 100644 --- a/README.md +++ b/README.md @@ -450,6 +450,8 @@ recommendation = moa_swarm.run("Should we invest in NVIDIA stock right now?") print(recommendation) ``` +---- + ### GroupChat `GroupChat` creates a conversational environment where multiple agents can interact, discuss, and collaboratively solve a problem. You can define the speaking order or let it be determined dynamically.