From 906a23f9156616d475255158a9ad054663da8e1f Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 4 Oct 2023 15:28:53 -0400 Subject: [PATCH] cleanup Former-commit-id: c7cb86225bb949ee596b3e7b4a8832019dfd40cc --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0ee3f83..593db590 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ We're hiring: Engineers, Researchers, Interns And, salesprofessionals to work on --- ## Usage + +### - `MultiAgentDebate` is a simple class that enables multi agent collaboration. ```python @@ -67,7 +69,9 @@ for result in results: ---- +### `Worker`` - The `Worker` is an fully feature complete agent with an llm, tools, and a vectorstore for long term memory! + ```python from swarms import Worker @@ -86,7 +90,7 @@ print(response) ------ -### OmniModal Agent +### `OmniModalAgent` - OmniModal Agent is an LLM that access to 10+ multi-modal encoders and diffusers! It can generate images, videos, speech, music and so much more, get started with: ```python