From 371eff3cd0a0eafeca21b490611f792ef99b0215 Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 16 Aug 2023 15:24:21 -0400 Subject: [PATCH] clean up of swarms Former-commit-id: cd7e0c4bc4ee6151aa49351b9debda4bf249fcb7 --- README.md | 3 +-- swarms/workers/omni_worker.py | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9d7d54c6..9b7f921b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + ![Swarming banner icon](images/swarmsbanner.png) @@ -20,8 +21,6 @@ Introducing Swarms, automating all digital activities with multi-agent collabora - - ## Purpose At Swarms, we're transforming the landscape of AI from siloed AI agents to a unified 'swarm' of intelligence. Through relentless iteration and the power of collective insight from our 1500+ Agora researchers, we're developing a groundbreaking framework for AI collaboration. Our mission is to catalyze a paradigm shift, advancing Humanity with the power of unified autonomous AI agent swarms. diff --git a/swarms/workers/omni_worker.py b/swarms/workers/omni_worker.py index f19ea42f..d6bef230 100644 --- a/swarms/workers/omni_worker.py +++ b/swarms/workers/omni_worker.py @@ -1,6 +1,4 @@ -#boss node -> worker agent -> omni agent [worker of the worker] from langchain.tools import tool -# from swarms.workers.multi_modal_workers.omni_agent.omni_chat import chat_huggingface from swarms.workers.multi_modal_workers.omni_agent.omni_chat import chat_huggingface class OmniWorkerAgent: