From bbcf9b852d074095cf1f473c195c4d9b18b29db8 Mon Sep 17 00:00:00 2001 From: Thinkwee Date: Wed, 26 Jun 2024 13:19:55 +0800 Subject: [PATCH] Update README.md --- MultiAgentEbook/README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/MultiAgentEbook/README.md b/MultiAgentEbook/README.md index 8276d9204..799253491 100644 --- a/MultiAgentEbook/README.md +++ b/MultiAgentEbook/README.md @@ -1 +1,31 @@ -# Coming Soon \ No newline at end of file +
+

Multi-Agent Ebook

+ +
+ +

+ 【🏄 Go to the Website | 📚 Read the Chapters | 🧐 Learn More about our Research】 +

+ +## Multi-Agent Ebook + +- **Multi-Agent Ebook** presents an interactive eBook that compiles an extensive collection of research papers on large language model (LLM)-based multi-agent systems. Organized into multiple chapters and continuously updated with significant research, it strives to provide a comprehensive outline for both researchers and enthusiasts in the field. We welcome ongoing contributions to expand and enhance this resource. We thank the open-source templates for building this website ([sparshcodes/bookmark-landing-page](/~https://github.com/sparshcodes/bookmark-landing-page) and [fchavonet/web-flip_book](/~https://github.com/fchavonet/web-flip_book)). + +

+ +

+ +## How to Contribute + +- **Multi-Agent Ebook** is fully open-source and we welcome everyone to collaboratively build and enhance this repository. You can add a new page to the Ebook by creating an issue! Please follow the format below to submit an issue for adding a paper related to LLM Multi-Agent to the Ebook, and we will process and merge it as soon as possible! + + ``` + Issue Title: [Ebook New Paper] {Paper Title} + + Title: {Title of the Paper} + Authors: {All Authors of the Paper, separated by commas} + Date: {Paper Submission Date for the first version} + Abstract: {Abstract of the Paper} + Url: {Url of the Paper} + Affiliation: {Affiliations of All Authors, separated by commas} + ```