From 2b01f83cb08d168cf74467f3311b9b27960162fb Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 9 Oct 2024 20:21:30 -0400 Subject: [PATCH] [CLEANUP] --- README.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e8e2129c..0102b315 100644 --- a/README.md +++ b/README.md @@ -48,22 +48,6 @@ Swarms is an enterprise grade and production ready multi-agent collaboration fra - `.env` file with API keys from your providers like `OPENAI_API_KEY`, `ANTHROPIC_API_KEY` - Set an `.env` Variable with your desired workspace dir: `WORKSPACE_DIR="agent_workspace"` or do it in your terminal with `export WORKSPACE_DIR="agent_workspace"` -## Install 💻 - -```bash -$ pip3 install -U swarms -``` - ---- - -# Usage Examples 🤖 -Here are some simple examples but we have more comprehensive documentation at our [docs here](https://docs.swarms.world/en/latest/) - -Run example in Collab: -Open In Colab - - - ## Onboarding Refer to our documentation for production grade implementation details. @@ -81,6 +65,24 @@ Refer to our documentation for production grade implementation details. | Choosing the Right Swarm for Your Business Problem¶ | [CLICK HERE](https://docs.swarms.world/en/latest/swarms/concept/swarm_architectures/) | | AgentRearrange Docs| [CLICK HERE](https://docs.swarms.world/en/latest/swarms/structs/agent_rearrange/) | + +## Install 💻 + +```bash +$ pip3 install -U swarms +``` + +--- + +# Usage Examples 🤖 +Here are some simple examples but we have more comprehensive documentation at our [docs here](https://docs.swarms.world/en/latest/) + + + + --- ## `Agents`