From 18367918387599182e8f0312bb927d980e342857 Mon Sep 17 00:00:00 2001 From: XuhuiZhou Date: Sun, 13 Oct 2024 22:31:43 -0400 Subject: [PATCH] improve the why sotopia --- docs/pages/index.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index dcf779f1f..d7ac669ec 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -71,8 +71,9 @@ with ## Why Sotopia? -Sotopia aims at providing a flexible and easy-to-use multi-agent social interaction platform. Unlike other multi-agent frameworks ([CrewAI](https://www.crewai.com/), [CAMEL-AI](https://www.camel-ai.org/), [AutoGen](https://microsoft.github.io/autogen/dev/index.html), and [swarm](https://github.com/openai/swarm)), Sotopia focuses on simulating realistic social interaction and providing a wide range of social tasks and characters with different backgrounds and personalities. +Sotopia aims at pushing the boundary of artificial social intelligence through simulating realistic social interaction, supporting human-AI interaction, and evaluating the performance of social agents in a unified way. +**Unlike** other multi-agent frameworks ([CrewAI](https://www.crewai.com/), [CAMEL-AI](https://www.camel-ai.org/), [AutoGen](https://microsoft.github.io/autogen/dev/index.html), and [swarm](https://github.com/openai/swarm)), Sotopia provides a wide range of social tasks and characters with different backgrounds and personalities, and creates a asynchronous and information-imperfect social interaction environment. ## Installation