From cbec10343196c77aa5e940ae1c2e0f34145ab908 Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Thu, 2 May 2024 18:56:19 -0600 Subject: [PATCH] trailing comma code in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b612e144..a1ccec72 100644 --- a/README.md +++ b/README.md @@ -1187,7 +1187,7 @@ autoswarm.run("Analyze these financial data and give me a summary") Inspired by Einops and einsum, this orchestration techniques enables you to map out the relationships between various agents. For example you specify linear and sequential relationships like `a -> a1 -> a2 -> a3` or concurrent relationships where the first agent will send a message to 3 agents all at once: `a -> a1, a2, a3`. You can customize your workflow to mix sequential and concurrent relationships ```python -from swarms import Agent, Anthropic, AgentRearrange, +from swarms import Agent, Anthropic, AgentRearrange ## Initialize the workflow agent = Agent(