From 5f3aa81127a5b707e8265d5a834e5f0947b45b07 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 26 Jun 2023 19:28:23 -0400 Subject: [PATCH] 1 main swarms class --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 32a64779..ef70fc6c 100644 --- a/README.md +++ b/README.md @@ -97,3 +97,14 @@ We're always looking for contributors to help us improve and expand this project Thank you for being a part of our project! + + +# To do: + +* Integrate [Multi Agent debate](https://github.com/Skytliang/Multi-Agents-Debate) + +* Integrate [Multi agent2 debate](https://github.com/composable-models/llm_multiagent_debate) + +* Integrate meta prompting into all worker agents + +* Create 1 main swarms class `swarms('Increase sales by 40$', workers=4)` \ No newline at end of file