Skip to content

Commit 3c15afa

Browse files
Add contributing guidelines (camel-ai#140)
Co-authored-by: Benjamin-eecs <[email protected]>
1 parent 56d9bfc commit 3c15afa

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ What types of changes does your code introduce? Put an `x` in all the boxes that
3131
Go over all the following points, and put an `x` in all the boxes that apply.
3232
If you are unsure about any of these, don't hesitate to ask. We are here to help!
3333

34+
- [ ] I have read the [CONTRIBUTION](https://github.com/camel-ai/camel/blob/master/CONTRIBUTING.md) guide. (**required**)
3435
- [ ] My change requires a change to the documentation.
3536
- [ ] I have updated the tests accordingly. (*required for a bug fix or a new feature*)
3637
- [ ] I have updated the documentation accordingly.

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1AzP33O8rnMW__7ocWJhVBXjKziJXPtim?usp=sharing)
2-
<a href="https://huggingface.co/camel-ai"><img src="https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo-with-title.png" alt="Hugging Face" width="100"/></a>
1+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1AzP33O8rnMW__7ocWJhVBXjKziJXPtim?usp=sharing)
2+
[![slack](https://img.shields.io/badge/Slack-CAMEL-green)](https://join.slack.com/t/camel-kwr1314/shared_invite/zt-1vy8u9lbo-ZQmhIAyWSEfSwLCl2r2eKA)
3+
<a href="https://huggingface.co/camel-ai"><img src="https://huggingface.co/datasets/huggingface/brand-assets/resolve/main/hf-logo-with-title.png" alt="Hugging Face" width="100"/></a>
34
# CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society
45

56
<p align="center">
7+
<a href="https://github.com/camel-ai/camel#community">Community</a> |
68
<a href="https://github.com/camel-ai/camel#installation">Installation</a> |
79
<a href="https://camel-ai.github.io/camel/">Documentation</a> |
810
<a href="https://github.com/camel-ai/camel/tree/HEAD/examples">Examples</a> |
911
<a href="https://arxiv.org/abs/2303.17760">Paper</a> |
1012
<a href="https://github.com/camel-ai/camel#citation">Citation</a> |
13+
<a href="https://github.com/camel-ai/camel#contributing-to-camel-">Contributing</a> |
1114
<a href="https://www.camel-ai.org/">CAMEL-AI</a>
1215
</p>
1316

@@ -18,6 +21,9 @@
1821
## Overview
1922
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).
2023

24+
## Community
25+
🐫 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. Join us [(slack)](https://join.slack.com/t/camel-kwr1314/shared_invite/zt-1vy8u9lbo-ZQmhIAyWSEfSwLCl2r2eKA) in pushing the boundaries of simulating AI Society with CAMEL.
26+
2127
## Try it yourself
2228
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.
2329

@@ -137,5 +143,8 @@ The source code is licensed under Apache 2.0.
137143

138144
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.
139145

146+
## Contributing to CAMEL 🐫
147+
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. 🤝🚀
148+
140149
## Contact
141150
For more information please contact [email protected].

0 commit comments

Comments
 (0)