Key Features
- 1M agent scale: Simulate up to one million interacting agents
- Dynamic communication: Inter-agent messaging and coordination
- Stateful memory: Persistent memory systems for agents
- RAG support: Retrieval-augmented generation built in
- Data generation: Automated data creation from agent interactions
- Multiple benchmarks: Evaluate agent capabilities systematically
- Tool integration: Agents can use external tools and APIs
FAQ
Q: What is CAMEL? A: CAMEL is a multi-agent framework with 16.6K+ stars for studying AI agent scaling laws. Supports up to 1M agents, RAG, memory systems, and data generation. Apache 2.0.
Q: How do I install CAMEL?
A: pip install camel-ai. Create agents with ChatAgent and orchestrate multi-agent conversations.