From 5d98011f463dba1f2414659aa5405baf469f10a1 Mon Sep 17 00:00:00 2001 From: Mingchen Zhuge <64179323+mczhuge@users.noreply.github.com> Date: Tue, 23 Jul 2024 13:33:31 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36275b5..027f912 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ * It lets you build LLM-based agents from graphs. * It enables the customized and automatic self-organization of agent swarms with self-improvement capabilities. +## Visualizations of the graphs + +<img src="assets/swarm_vis.png" alt="Edge optimization" width="800"> + ## News * 🔥 **[07/05]** Mingchen gave an invited talk to WAIC. @@ -126,9 +130,6 @@ Here is a Youtube video on how to run the demo notebooks: <img src="assets/swarm_v3.png" alt="Edge optimization" width="500"> -## More Visualizations - -<img src="assets/swarm_vis.png" alt="Edge optimization" width="800"> ## Running with a local LLM -- GitLab