From e83af4e54a2261edb5171abc378bf58bda24e7e6 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Mon, 30 Jun 2025 11:20:04 -0700 Subject: [PATCH] readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d158c62..132aa245 100644 --- a/README.md +++ b/README.md @@ -295,6 +295,8 @@ swarm.run(task=f"Generate a post about: {property_description}") # Check marketing_posts.csv for the results! ``` +--- + ### AgentRearrange Inspired by `einsum`, `AgentRearrange` lets you define complex, non-linear relationships between agents using a simple string-based syntax. [Learn more](https://docs.swarms.world/en/latest/swarms/structs/agent_rearrange/)