B站视频链接: CAMEL 书生多智能体系统实践
文档: L2G5-CAMEL 书生多智能体系统实践
这个文档写了很多介绍和代码,直接看这个文档就好了
1. CMAEL
🐫 CAMEL: The first and the best multi-agent framework. Finding the Scaling Law of Agents.
- 网站主页: https://www.camel-ai.org
- Github链接: https://github.com/camel-ai/camel
- 论文链接: https://ghli.org/camel.pdf
- 作者的知乎专栏: CAMEL-AI大语言模型多智能体社区
- Doc: https://docs.camel-ai.org/get_started/installation
直接看这个文章介绍:
- 教AI Agents学会协作&竞争!首个大模型多智能体框架CAMEL已斩获3.6k星|NeurIPS 2023
- 也是发了论文的,2023.3.21年出的
- 还在网上看到了一个: PocketFlow框架,也可以来操作多智能体,这个的github首次提交时间是 2025.1.1
2. UV——python包管理工具
也可以看看
- 操作文档: L2G5-CAMEL 书生多智能体系统实践
- https://github.com/astral-sh/uv
- https://docs.astral.sh/uv/pip/packages/
3. 基于LLM的Agent
https://lilianweng.github.io/posts/2023-06-23-agent/
整体看下来,camel
干的事情和langchain
没什么区别,至少在
- agent控制tool上
- RAG上
集成了很多工具,比如: MinerU
这种文本数据处理工具,整体可能更适合国人使用???