Skip to content

Commit 23eddb4

Browse files
Update readme (#3129)
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
1 parent b2d7d46 commit 23eddb4

File tree

5 files changed

+82
-5
lines changed

5 files changed

+82
-5
lines changed

README.md

Lines changed: 82 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,52 @@ Join us ([*Discord*](https://discord.camel-ai.org/) or [*WeChat*](https://ghli.o
5151
</div>
5252

5353
<div align="center">
54-
<img src="docs/images/star.gif" alt="Star" width="186" height="60">
54+
<img src="docs/images/stars.gif" alt="Star">
5555
</a>
5656
</div>
5757

5858
<br>
5959

60+
<details>
61+
<summary><kbd>Table of contents</kbd></summary>
62+
63+
<br/>
64+
65+
- [CAMEL Framework Design Principles](#camel-framework-design-principles)
66+
- [Why Use CAMEL for Your Research?](#why-use-camel-for-your-research)
67+
- [What Can You Build With CAMEL?](#what-can-you-build-with-camel)
68+
- [Data Generation](#1-data-generation)
69+
- [Task Automation](#2-task-automation)
70+
- [World Simulation](#3-world-simulation)
71+
- [Quick Start](#quick-start)
72+
- [Starting with ChatAgent](#starting-with-chatagent)
73+
- [Seeking Help](#seeking-help)
74+
- [Tech Stack](#tech-stack)
75+
- [Research](#research)
76+
- [Synthetic Datasets](#synthetic-datasets)
77+
- [Cookbooks (Usecases)](#cookbooks-usecases)
78+
- [Basic Concepts](#1-basic-concepts)
79+
- [Advanced Features](#2-advanced-features)
80+
- [Model Training & Data Generation](#3-model-training--data-generation)
81+
- [Multi-Agent Systems & Applications](#4-multi-agent-systems--applications)
82+
- [Data Processing](#5-data-processing)
83+
- [Real-World Usecases](#real-world-usecases)
84+
- [🧱 Built with CAMEL (Real-world Producs & Research)](#-built-with-camel-real-world-producs--research)
85+
- [Research Projects](#research-projects)
86+
- [Product Projects](#product-projects)
87+
- [🗓️ Events](#️-events)
88+
- [Contributing to CAMEL](#contributing-to-camel)
89+
- [Community & Contact](#community--contact)
90+
- [Citation](#citation)
91+
- [Acknowledgment](#acknowledgment)
92+
- [License](#license)
93+
94+
####
95+
96+
<br/>
97+
98+
</details>
99+
60100

61101
## CAMEL Framework Design Principles
62102

@@ -290,21 +330,33 @@ We believe that studying these agents on a large scale offers valuable insights
290330

291331
**Explore our research projects:**
292332

333+
<div align="center">
334+
<a href="https://github.com/camel-ai/owl">
335+
<img src="docs/images/owl.png" alt="OWL">
336+
</a>
337+
</div>
338+
339+
<div align="center">
340+
<a href="https://oasis.camel-ai.org/">
341+
<img src="docs/images/oasis.png" alt="OASIS">
342+
</a>
343+
</div>
344+
293345
<div align="center">
294346
<a href="https://crab.camel-ai.org/">
295347
<img src="docs/images/crab.png" alt="CRAB">
296348
</a>
297349
</div>
298350

299351
<div align="center">
300-
<a href="https://agent-trust.camel-ai.org/">
301-
<img src="docs/images/agent_trust.png" alt="Agent Trust">
352+
<a href="https://github.com/camel-ai/loong">
353+
<img src="docs/images/loong.png" alt="Loong">
302354
</a>
303355
</div>
304356

305357
<div align="center">
306-
<a href="https://oasis.camel-ai.org/">
307-
<img src="docs/images/oasis.png" alt="OASIS">
358+
<a href="https://agent-trust.camel-ai.org/">
359+
<img src="docs/images/agent_trust.png" alt="Agent Trust">
308360
</a>
309361
</div>
310362

@@ -438,6 +490,31 @@ Real-world usecases demonstrating how CAMEL’s multi-agent framework enables re
438490

439491
<br>
440492

493+
## 🧱 Built with CAMEL (Real-world Producs & Research)
494+
<div align="left">
495+
<a href="https://www.camel-ai.org/">
496+
<img src="docs/images/built_with_CAMEL.png" alt="Built with CAMEL" height="40px">
497+
</a>
498+
</div>
499+
500+
### Research Projects
501+
502+
| Name | Description |
503+
|:---|:---|
504+
| **[ChatDev](https://github.com/OpenBMB/ChatDev/tree/main/camel)** | Communicative Agents for software Development |
505+
| **[Paper2Poster](https://github.com/Paper2Poster/Paper2Poster)** | Multimodal poster automation from scientific papers |
506+
507+
### Product Projects
508+
509+
| Name | Description |
510+
|:---|:---|
511+
| **[Eigent](https://www.eigent.ai/)** | The World First Multi-agent Workforce |
512+
| **[EigentBot](https://bot.eigent.ai/)** | One EigentBot,
513+
Every Code Answer |
514+
| **[Matrix](https://matrix.eigent.ai/)** | Social Media Simulation |
515+
| **[AI Geometric](https://www.linkedin.com/posts/aigeometric_ai-interviewpreparation-careerdevelopment-activity-7261428422516555776-MtaK/?utm_source=share&utm_medium=member_desktop&rcm=ACoAAChHluEB9xRwkjiJ6VSAzqM2Y-U4NI2sKGY)** | AI-powered interview copilot |
516+
| **[Log10](https://github.com/log10-io/log10/blob/main/src/log10/agents/camel.py)** | AI accuracy, delivered |
517+
441518

442519
## 🗓️ Events
443520

docs/images/built_with_CAMEL.png

134 KB
Loading

docs/images/loong.png

156 KB
Loading

docs/images/owl.png

137 KB
Loading

docs/images/stars.gif

221 KB
Loading

0 commit comments

Comments
 (0)