From 578252542a7d6abfcfed9590205c9b4611ac57f8 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Mon, 11 Aug 2025 23:04:08 -0700 Subject: [PATCH] [readme links] --- README.md | 169 +++++++++++++++++++++++++++++------------------------- 1 file changed, 91 insertions(+), 78 deletions(-) diff --git a/README.md b/README.md index 38741e6e..e5bf3df8 100644 --- a/README.md +++ b/README.md @@ -8,92 +8,106 @@

- - Python - Version - -

- -

- 🐦 Twitter -   •   - 📢 Discord -   •   - Swarms Website -   •   - 📙 Documentation -   •   - Swarms Marketplace + + + + Python + + + + Version + +

- - - Discord - - - YouTube - - - LinkedIn - - - X.com - + 🐦 Twitter +   •   + 📢 Discord +   •   + Swarms Website +   •   + 📙 Documentation +   •   + Swarms Marketplace

- - - GitHub issues - - - GitHub forks - - - GitHub stars - - - GitHub license - - - GitHub star chart - - - Dependency Status - - - Downloads - + + + + + YouTube + + + + + + LinkedIn + + + + + + X.com + +

- - - Share on Twitter - - - Share on Facebook - - - Share on LinkedIn - + + + + + GitHub issues + + + + + + GitHub forks + + + + + + GitHub stars + + + + + + GitHub license + + + + + + Dependency Status + + + + + + Downloads + +

- - - Share on Reddit - - - Share on Hacker News - - - Share on Pinterest - - - Share on WhatsApp - + + + + + Share on Twitter + + + + + + Share on LinkedIn + +

## ✨ Features @@ -122,7 +136,6 @@ $ pip3 install -U swarms [uv](https://github.com/astral-sh/uv) is a fast Python package installer and resolver, written in Rust. ```bash -# Install swarms using uv $ uv pip install swarms ``` @@ -168,7 +181,7 @@ from swarms import Agent # Initialize a new agent agent = Agent( model_name="gpt-4o-mini", # Specify the LLM - max_loops=1, # Set the number of interactions + max_loops="auto", # Set the number of interactions interactive=True, # Enable interactive mode for real-time feedback ) @@ -348,7 +361,7 @@ print(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/). This architecture is Perfect for orchestrating dynamic workflows where agents might work in parallel, sequence, or a combination of both. +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/). This architecture is perfect for orchestrating dynamic workflows where agents might work in parallel, in sequence, or in any combination you choose. ```python from swarms import Agent, AgentRearrange @@ -721,7 +734,7 @@ By joining us, you have the opportunity to: * **Work on the Frontier of Agents:** Shape the future of autonomous agent technology and help build a production-grade, open-source framework. -* **Join a Vibrant Community:** Collaborate with a passionate and growing group of agent developers, researchers, and AI enthusiasts. +* **Join a Vibrant Community:** Collaborate with a passionate and growing group of agent developers, researchers, and agent enthusasits. * **Make a Tangible Impact:** Whether you're fixing a bug, adding a new feature, or improving documentation, your work will be used in real-world applications.