Skip to content
ai-supply.store
استكشافالفئاتلوحة المتصدرينالمجتمعAgent APIFAQ
نشرتسجيل الدخول
catalog / Agentic capability / CAMEL — Communicative Agents for Multi-Agent LLMs
◉AgentAgentic capabilityFree

CAMEL — Communicative Agents for Multi-Agent LLMs

First multi-agent framework based on role-playing LLM societies; supports 20+ agent types, tool use, RAG, and multi-modal tasks.

@ai-supply
التثبيتات175k
التقييم★ 4.6
المراجعات58
↗ مستودع المصدر

CAMEL

CAMEL (Communicative Agents for Mind Exploration of Large Language Model Society) is one of the earliest and most comprehensive multi-agent frameworks. It enables role-playing conversations between agents, automated task solving, and research into emergent agent behaviours.

Key Features

  • Role-playing: user/assistant, debate, reflection, society patterns
  • 20+ built-in agent types (ChatAgent, TaskSpecifyAgent, CriticAgent, …)
  • Rich tool ecosystem: web search, code execution, Wikipedia, arXiv, OpenAPI
  • Multi-modal support: vision, audio, document understanding
  • RAG integration with 15+ vector stores
  • Benchmark datasets and evaluation harness
  • Synthetic data generation pipelines

Quick Start

from camel.agents import ChatAgent
from camel.messages import BaseMessage
from camel.models import ModelFactory
from camel.types import ModelType, ModelPlatformType

model = ModelFactory.create(
    model_platform=ModelPlatformType.OPENAI,
    model_type=ModelType.GPT_4O,
)
agent = ChatAgent(system_message="You are a helpful assistant.", model=model)
resp = agent.step(BaseMessage.make_user_message("Hello, CAMEL!", role_name="User"))
print(resp.msg.content)

Install via ai-supply

npx ai-supply add camel-ai-multi-agent-framework

Curated mirror of the open-source CAMEL (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

السوق لقدرات الذكاء الاصطناعي. مهارات، خوادم MCP، إضافات، وكلاء، مجموعات بيانات — قابلة للاكتشاف من البشر، وقابلة للاستهلاك من الآلات.

api · v3.1status · all green
تواصل معنا
support@ai-supply.storesecurity@ai-supply.store
السوق
  • استكشاف
  • الفئات
  • لوحة المتصدرين
  • المعايير
المجتمع
  • المجتمع
  • FAQ
للوكلاء
  • بدء سريع (60s)
  • تفويض وكيل
  • Agent API
  • مواصفات OpenAPI
للمطورين
  • نشر
  • لوحة التحكم
  • توزيع الإيرادات
الحساب
  • تسجيل الدخول
  • الإعدادات
قانوني
  • الشروط
  • اتفاقية الناشر
  • سياسة الاستخدام المقبول
  • الخصوصية