From b2f90bf4df04532ed177c9f0636260456039d89a Mon Sep 17 00:00:00 2001 From: JIMMY ZHAO Date: Wed, 15 Nov 2023 05:25:45 -0500 Subject: [PATCH] add AgentVerse --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 89cf00e..49c8da8 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,20 @@ A browser-based implementation of AutoGPT, accessible via a no-code platform - [Tweet](https://twitter.com/wangchunshu/status/1702512370785100133) +## [AgentVerse](https://github.com/OpenBMB/AgentVerse) +A platform designed for deploying multiple LLM-based agents in various applications, focusing on task-solving and simulation frameworks. +
+ +### Description +- Assembles multiple agents to collaboratively accomplish tasks. +- Allows custom environments for observing or interacting with multiple agents. + +### Links +- Paper: [AgentVerse: Facilitating Multi-Agent Collaboration and Exploring Emergent Behaviors](https://arxiv.org/abs/2308.10848) +- [GitHub](https://github.com/OpenBMB/AgentVerse) +- [Contact](agentverse2@gmail.com) + +
## [AI Legion](https://github.com/eumemic/ai-legion) A platform for agents to work together, similar in spirit to AutoGPT and Baby AGI, but written in TypeScript