camel
🐫 CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society [Moved to: https://github.com/camel-ai/camel] (by lightaime)
camel
🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents. https://www.camel-ai.org (by camel-ai)
camel | camel | |
---|---|---|
2 | 16 | |
2,284 | 14,005 | |
- | 6.7% | |
10.0 | 9.9 | |
about 2 years ago | 4 days ago | |
Python | Python | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
camel
Posts with mentions or reviews of camel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-09.
-
10 open-source MCPs that make your AI agents smarter than your team lead
github.com/lightaime/camel
-
April 2023
CAMEL: Communicative Agents for “Mind” Exploration of Large Scale Language Model Society (https://github.com/lightaime/camel)
camel
Posts with mentions or reviews of camel.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-18.
-
Revisiting Minsky's Society of Mind in 2025
It seems like you might be confusing "research programs with things like "branding" and superficial terminology. Here, enjoy this thing clearly building on SoM and edited earlier this week: ideas https://github.com/camel-ai/camel/blob/master/camel/societie...
-
How I Got an AI Agent to Read and Reply on WhatsApp Automatically
So we went ahead and built one using CAMEL-AI’s OWL multi-agent framework and a WhatsApp MCP server. In this post, I’ll walk you through exactly how to do it, what tools are involved, and how everything fits together.
-
🐉 Loong: Synthesize Long CoTs at Scale through Verifiers
Our Synthetic Data Generator can be seen as a blackbox, that is seeded by a seed dataset, and generates an arbitrary number of synthetic questions and synthetic answers to those questions based on the seed dataset. The environment makes no further assumptions about the inner workings of the generator. This means that any algorithm can be used under the hood for creating synthetic data. We currently support few-shot prompting over the seed data, as well as a mutli-agent system, where we use self-instruct, evol-instruct or other data generation pipelines for generating questions and a solver agent for the synthetic answers.
-
Scaling Environments for Agents
At CAMEL-AI.org, we believe that overcoming the challenges of reinforcement learning for LLM agents requires a community-driven approach. Our open-source framework is designed to facilitate global collaboration among researchers and developers, enabling the creation of scalable environments and robust reward mechanisms. Thanks to our contributors, we already have the foundational building blocks in place, including environments, verifiers, data generation pipelines, and toolkits that are essential for further development.
-
How to build your own MCP servers
CAMEL AI repo — here
-
CAMEL DatabaseAgent: An Open-Source Solution for Converting Complex Data Queries into Natural Conversations
CAMEL DatabaseAgent is built on the CAMEL-AI and consists of three core components:
-
Common Use Cases for CAMEL-AI
These use cases show off CAMEL-AI’s knack for teamwork and flexibility. Whether you’re automating, researching, or assisting, it’s got something for you. Ready to try it? Hit up the GitHub repo or chat with us on Discord. What’s your first project gonna be? Let’s make it happen!
-
CAMEL-AI vs. Other AI Frameworks: What Sets It Apart?
Scalability Focus: Researchers love it for studying how AI behaves at scale (GitHub has the details). Other frameworks might not care as much.
-
Understanding AI Agents in CAMEL-AI
Ready to mess around with this? Head to the GitHub repo or Discord to join the fun. Start small—maybe build an agent to chat with you. Who knows? You might end up with a whole AI crew.
-
Getting Started with CAMEL-AI: Installation and First Steps
Alright, time to get CAMEL-AI on your machine. It’s open-source and lives on GitHub (check the repo), but we’ll keep it simple with pip. Open your terminal or command line and type:
What are some alternatives?
When comparing camel and camel you can also consider the following projects:
dialop - DialOp: Decision-oriented dialogue environments for collaborative language agents
langchainjs - 🦜🔗 Build context-aware reasoning applications 🦜🔗
multi_agent_path_planning - Python implementation of a bunch of multi-robot path-planning algorithms.
SmartGPT - SmartGPT is a implementation of a dynamic prompting system, inspired by [AI Explained](https://www.youtube.com/@ai-explained-) on YouTube. This tool generates multiple responses to a prompt and evaluates their quality.
alpaca_farm - A simulation framework for RLHF and alternatives. Develop your RLHF method without collecting human data.