OpenBMB / ChatDev

Create Customized Software using Natural Language Idea (through LLM-powered Multi-Agent Collaboration)
https://arxiv.org/abs/2307.07924
Apache License 2.0
25k stars 3.12k forks source link

Where did you get your CAMEL code? #135

Closed OctagonalHexy closed 11 months ago

OctagonalHexy commented 11 months ago

I was poking around the repo looking for hints about how the agents are being chained together and noticed CAMEL, so I looked it up.

It seems to be A specification for chaining AI models and other software utility's for them, but I cant find the repo I assume the CAMEL implementation came from given its license credits CAMEL-AI.org ( turns out their url is camelai.org).

Then again, given how specific to this project some of that code is I imagine that maybe someone from camelai may have contributed it for this project specifically and just happened to use A specification they were already working on. ( pure speculation on my part )

Anyway, I'm just curious about CAMEL. Is it just super new and has no reference implementations?

Alphamasterliu commented 11 months ago

Hello, we've used Camel's framework ( https://github.com/camel-ai) for a portion of our project, as it indeed offers a good approach to implementing Communicative Agents. Thank you very much for using ChatDev and your diligent attention to its artificial intelligence technologies.