Skip to content

Commit f111bf3

Browse files
authored
Update readme, discord, license (camel-ai#1095)
1 parent 5a097d6 commit f111bf3

File tree

5 files changed

+7
-421
lines changed

5 files changed

+7
-421
lines changed

Diff for: CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
🐫 **Welcome to CAMEL!** 🐫
22

3-
Thank you for your interest in contributing to the CAMEL project! 🎉 We're excited to have your support. As an open-source initiative in a rapidly evolving and open-ended field, we wholeheartedly welcome contributions of all kinds. Whether you want to introduce new features, enhance the infrastructure, improve documentation, asking issues, add more examples, implement state-of-the-art research ideas, or fix bugs, we appreciate your enthusiasm and efforts. 🙌 You are welcome to join our [discord](https://discord.gg/eNsRwtnT) for more efficient communication. 💬
3+
Thank you for your interest in contributing to the CAMEL project! 🎉 We're excited to have your support. As an open-source initiative in a rapidly evolving and open-ended field, we wholeheartedly welcome contributions of all kinds. Whether you want to introduce new features, enhance the infrastructure, improve documentation, asking issues, add more examples, implement state-of-the-art research ideas, or fix bugs, we appreciate your enthusiasm and efforts. 🙌 You are welcome to join our [discord](https://discord.camel-ai.org/) for more efficient communication. 💬
44

55
## Join Our Community 🌍
66

@@ -13,7 +13,7 @@ Thank you for your interest in contributing to the CAMEL project! 🎉 We're exc
1313
- Chinese Speakers: Mondays at 9 PM UTC+8. Join via Zoom: [Meeting Link](https://kaust.zoom.us/j/94271505221)
1414

1515
### Our Communication Channels 💬
16-
- **Discord:** [Join here](https://discord.gg/CNcNpquyDc)
16+
- **Discord:** [Join here](https://discord.camel-ai.org/)
1717
- **WeChat:** Scan the QR code [here](https://ghli.org/camel/wechat.png)
1818
- **Slack:** [Join here](https://join.slack.com/t/camel-ai/shared_invite/zt-2g7xc41gy-_7rcrNNAArIP6sLQqldkqQ)
1919

Diff for: licenses/LICENSE renamed to LICENSE

File renamed without changes.

Diff for: README.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77

88
______________________________________________________________________
99

10-
# CAMEL: Communicative Agents for “Mind” Exploration of Large Language Model Society
10+
# CAMEL: Finding the Scaling Laws of Agents
1111

1212
[![Python Version][python-image]][python-url]
1313
[![PyTest Status][pytest-image]][pytest-url]
1414
[![Documentation][docs-image]][docs-url]
1515
[![Star][star-image]][star-url]
1616
[![Package License][package-license-image]][package-license-url]
17-
[![Data License][data-license-image]][data-license-url]
1817

1918
<p align="center">
2019
<a href="https://github.com/camel-ai/camel#community">Community</a> |
@@ -31,13 +30,11 @@ ______________________________________________________________________
3130
<img src='https://raw.githubusercontent.com/camel-ai/camel/master/misc/primary_logo.png' width=800>
3231
</p>
3332

34-
## Overview
35-
The rapid advancement of conversational and chat-based language models has led to remarkable progress in complex task-solving. However, their success heavily relies on human input to guide the conversation, which can be challenging and time-consuming. This paper explores the potential of building scalable techniques to facilitate autonomous cooperation among communicative agents and provide insight into their "cognitive" processes. To address the challenges of achieving autonomous cooperation, we propose a novel communicative agent framework named *role-playing*. Our approach involves using *inception prompting* to guide chat agents toward task completion while maintaining consistency with human intentions. We showcase how role-playing can be used to generate conversational data for studying the behaviors and capabilities of chat agents, providing a valuable resource for investigating conversational language models. Our contributions include introducing a novel communicative agent framework, offering a scalable approach for studying the cooperative behaviors and capabilities of multi-agent systems, and open-sourcing our library to support research on communicative agents and beyond. The GitHub repository of this project is made publicly available on: [https://github.com/camel-ai/camel](https://github.com/camel-ai/camel).
3633

3734
## Community
38-
🐫 CAMEL is an open-source library designed for the study of autonomous and communicative agents. We believe that studying these agents on a large scale offers valuable insights into their behaviors, capabilities, and potential risks. To facilitate research in this field, we implement and support various types of agents, tasks, prompts, models, and simulated environments.
35+
🐫 CAMEL is an open-source community dedicated to finding the scaling laws of agents. We believe that studying these agents on a large scale offers valuable insights into their behaviors, capabilities, and potential risks. To facilitate research in this field, we implement and support various types of agents, tasks, prompts, models, and simulated environments.
3936

40-
Join us ([*Slack*](https://join.slack.com/t/camel-ai/shared_invite/zt-2g7xc41gy-_7rcrNNAArIP6sLQqldkqQ), [*Discord*](https://discord.gg/CNcNpquyDc) or [*WeChat*](https://ghli.org/camel/wechat.png)) in pushing the boundaries of building AI Society.
37+
Join us ([*Discord*](https://discord.camel-ai.org/), [*WeChat*](https://ghli.org/camel/wechat.png)) or [*Slack*](https://join.slack.com/t/camel-ai/shared_invite/zt-2g7xc41gy-_7rcrNNAArIP6sLQqldkqQ) in pushing the boundaries of finding the scaling laws of agents.
4138

4239
## Try it yourself
4340
We provide a [![Google Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1AzP33O8rnMW__7ocWJhVBXjKziJXPtim?usp=sharing) demo showcasing a conversation between two ChatGPT agents playing roles as a python programmer and a stock trader collaborating on developing a trading bot for stock market.
@@ -324,8 +321,6 @@ We would also like to thank Haya Hammoud for designing the initial logo of our p
324321
325322
The source code is licensed under Apache 2.0.
326323
327-
The datasets are licensed under CC BY NC 4.0, which permits only non-commercial usage. It is advised that any models trained using the dataset should not be utilized for anything other than research purposes.
328-
329324
## Contributing to CAMEL 🐫
330325
We appreciate your interest in contributing to our open-source initiative. We provide a document of [contributing guidelines](https://github.com/camel-ai/camel/blob/master/CONTRIBUTING.md) which outlines the steps for contributing to CAMEL. Please refer to this guide to ensure smooth collaboration and successful contributions. 🤝🚀
331326
@@ -342,16 +337,14 @@ For more information please contact [email protected].
342337
[star-url]: https://github.com/camel-ai/camel/stargazers
343338
[package-license-image]: https://img.shields.io/badge/License-Apache_2.0-blue.svg
344339
[package-license-url]: https://github.com/camel-ai/camel/blob/master/licenses/LICENSE
345-
[data-license-image]: https://img.shields.io/badge/License-CC_BY--NC_4.0-lightgrey.svg
346-
[data-license-url]: https://github.com/camel-ai/camel/blob/master/licenses/DATA_LICENSE
347340
348341
[colab-url]: https://colab.research.google.com/drive/1AzP33O8rnMW__7ocWJhVBXjKziJXPtim?usp=sharing
349342
[colab-image]: https://colab.research.google.com/assets/colab-badge.svg
350343
[huggingface-url]: https://huggingface.co/camel-ai
351344
[huggingface-image]: https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-CAMEL--AI-ffc107?color=ffc107&logoColor=white
352345
[slack-url]: https://join.slack.com/t/camel-ai/shared_invite/zt-2g7xc41gy-_7rcrNNAArIP6sLQqldkqQ
353346
[slack-image]: https://img.shields.io/badge/Slack-CAMEL--AI-blueviolet?logo=slack
354-
[discord-url]: https://discord.gg/CNcNpquyDc
347+
[discord-url]: https://discord.camel-ai.org/
355348
[discord-image]: https://img.shields.io/badge/Discord-CAMEL--AI-7289da?logo=discord&logoColor=white&color=7289da
356349
[wechat-url]: https://ghli.org/camel/wechat.png
357350
[wechat-image]: https://img.shields.io/badge/WeChat-CamelAIOrg-brightgreen?logo=wechat&logoColor=white

Diff for: docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ We are always happy to work with friends to continuously move forward with our o
9393

9494
**For Coding Enthusiasts**: Whether you want to introduce new features, enhance the infrastructure, improve documentation, asking issues, add more examples, implement state-of-the-art research ideas, or fix bugs, we appreciate each and every commit. Get started by checking out the `Contributing Guidelines <https://github.com/camel-ai/camel/wiki/Contributing-Guidlines>`_ on GitHub.
9595

96-
**For Interested Humans**: Connect with us on `Slack <https://join.slack.com/t/camel-ai/shared_invite/zt-2g7xc41gy-_7rcrNNAArIP6sLQqldkqQ>`_ or `Discord <https://discord.gg/CNcNpquyDc>`_.
96+
**For Interested Humans**: Connect with us on `Discord <https://discord.camel-ai.org>`_, `WeChat <https://ghli.org/camel/wechat.png>`_, or `Slack <https://join.slack.com/t/camel-ai/shared_invite/zt-2g7xc41gy-_7rcrNNAArIP6sLQqldkqQ>`_.

0 commit comments

Comments
 (0)