From a094de0c6cda418d6b1027f66149896ffe5a4731 Mon Sep 17 00:00:00 2001 From: Hesam Sheikh <41022652+hesamsheikh@users.noreply.github.com> Date: Wed, 30 Jul 2025 10:38:03 +0200 Subject: [PATCH] Update README.md added CAMEL for agentic libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 747c510..27cab12 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ This repository contains a curated list of 120+ LLM libraries category wise. | AutoGen | An open-source framework for building AI agent systems. | [Link](https://github.com/microsoft/autogen) | | Smolagents | Library to build powerful agents in a few lines of code. | [Link](https://github.com/huggingface/smolagents) | | Pydantic AI | Python agent framework to build production grade applications with Generative AI. | [Link](https://ai.pydantic.dev/) | +| CAMEL | Open-source multi-agent framework with various toolkits and use-cases available. | [Link](https://github.com/camel-ai/camel) | | BeeAI | Build production-ready multi-agent systems in Python. | [Link](https://github.com/i-am-bee/beeai-framework/tree/main/python) | | gradio-tools | A Python library for converting Gradio apps into tools that can be leveraged by an LLM-based agent to complete its task. | [Link](https://github.com/freddyaboulton/gradio-tools) | | Composio | Production Ready Toolset for AI Agents. | [Link](https://github.com/ComposioHQ/composio) |