Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update AG2 names #1231

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</li>
</ul>
</li>
<li>全面的框架支持,包括 OpenAI、 Groq、Claude、LlamaIndex、Langchain、CrewAI、Autogen、Gemini 以及<a
<li>全面的框架支持,包括 OpenAI、 Groq、Claude、LlamaIndex、Langchain、CrewAI、AG2 (Formerly AutoGen)、Gemini 以及<a
href="https://docs.composio.dev/framework">更多</a></li>
<li>支持多种协议 (OAuth、API 密钥、Basic JWT) 的托管身份验证</li>
<li>通过优化设计将工具调用准确率提高高达 40%</li>
Expand Down
2 changes: 1 addition & 1 deletion README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</li>
</ul>
</li>
<li>OpenAI、Groq、 Claude、LlamaIndex、Langchain、CrewAI、Autogen、Gemini、
<li>OpenAI、Groq、 Claude、LlamaIndex、Langchain、CrewAI、AG2 (Formerly AutoGen)、Gemini、
および <a href="https://docs.composio.dev/framework">その他</a></li>
<li>複数のプロトコル (OAuth、API キー、Basic JWT) をサポートするマネージド認証</li>
<li>最適化された設計により、ツール呼び出しの精度が最大 40% 向上</li>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</li>
</ul>
</li>
<li>Comprehensive framework support including OpenAI, Groq, Claude, LlamaIndex, Langchain, CrewAI, Autogen, Gemini,
<li>Comprehensive framework support including OpenAI, Groq, Claude, LlamaIndex, Langchain, CrewAI, AG2 (Formerly AutoGen), Gemini,
and <a href="https://docs.composio.dev/framework">more</a></li>
<li>Managed authentication supporting multiple protocols (OAuth, API Keys, Basic JWT)</li>
<li>Up to 40% improved tool call accuracy through optimized design</li>
Expand Down
9 changes: 5 additions & 4 deletions docs/framework/autogen.mdx → docs/framework/ag2.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
title: "Using Composio With Autogen"
sidebarTitle: "Autogen"
description: "Integrate Composio with Autogen agents to let them seamlessly interact with external Apps"
title: "Using Composio With AG2"
sidebarTitle: "AG2"
description: "Integrate Composio with AG2 (Formerly AutoGen) agents to let them seamlessly interact with external Apps"
---

## Star A Repository on GitHub
In this example, we will use Autogen Agent to star a repository on GitHub using Composio Tools
In this example, we will use AG2 Agent to star a repository on GitHub using Composio Tools.
AutoGen is being evolved into AG2, check AG2's new look [here](https://ag2.ai/).

<Steps>
<Step title="Install Packages">
Expand Down
2 changes: 1 addition & 1 deletion js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

Composio provides a platform that seamlessly integrates over 200+ apps with your AI agents, enhancing their utility and interactivity. It supports all the features you'll ever need:

- **Compatibility with Major Agent Frameworks**: Autogen, Langchain, CrewAI, Julep, Lyzr, and OpenAI are all compatible with Composio, giving you a simple experience for your workflows.
- **Compatibility with Major Agent Frameworks**: AG2 (Formerly AutoGen), Langchain, CrewAI, Julep, Lyzr, and OpenAI are all compatible with Composio, giving you a simple experience for your workflows.
- **Full Support for Actions & Triggers**: Composio provides full support for Actions & Triggers, to power your agents with a wide range of functionalities.
- **Authentication Management**: Composio provides comprehensive management of all authentication types, including `OAuth2`, `OAuth1`, `Basic`, `API_KEY`.
- **Extensibility**: Don't find a tool you need? Composio is highly extensible, allowing you to add your own set of custom tools.
Expand Down
2 changes: 1 addition & 1 deletion js/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h4 align="center">Composio SDK: Equip your agent with high-quality tools and <b

<p>Composio provides a platform that seamlessly integrates over 200+ apps with your AI agents, enhancing their utility and interactivity. It supports all the features you&#39;ll ever need:</p>
<ul>
<li><strong>Compatibility with Major Agent Frameworks</strong>: Autogen, Langchain, CrewAI, Julep, Lyzr, and OpenAI are all compatible with Composio, giving you a simple experience for your workflows.</li>
<li><strong>Compatibility with Major Agent Frameworks</strong>: AG2(Former AutoGen), Langchain, CrewAI, Julep, Lyzr, and OpenAI are all compatible with Composio, giving you a simple experience for your workflows.</li>
<li><strong>Full Support for Actions &amp; Triggers</strong>: Composio provides full support for Actions &amp; Triggers, to power your agents with a wide range of functionalities.</li>
<li><strong>Authentication Management</strong>: Composio provides comprehensive management of all authentication types, including <code>OAuth2</code>, <code>OAuth1</code>, <code>Basic</code>, <code>API_KEY</code>.</li>
<li><strong>Extensibility</strong>: Don&#39;t find a tool you need? Composio is highly extensible, allowing you to add your own set of custom tools.</li>
Expand Down
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Composio is the best toolset to integrate AI Agents to best Agentic Tools and us
- **SWE**: Ngrok, Database, Redis, Vercel, Git, etc.
- **RAG**: Agentic RAG for any type of data on the fly!

- **Frameworks**: Use tools with agent frameworks like **OpenAI, Claude, LlamaIndex, Langchain, CrewAI, Autogen, Gemini, Julep, Lyzr**, and more in a single line of code.
- **Frameworks**: Use tools with agent frameworks like **OpenAI, Claude, LlamaIndex, Langchain, CrewAI, AG2 (Formerly AutoGen), Gemini, Julep, Lyzr**, and more in a single line of code.
- **Managed Authorisation**: Supports six different auth protocols. _Access Token, Refresh token, OAuth, API Keys, JWT, and more_ abstracted out so you can focus on the building agents.
- **Accuracy**: Get _upto 40% better agentic accuracy_ in your tool calls due to better tool designs.
- **Embeddable**: Whitelabel in the backend of your applications managing Auth & Integrations for all your users & agents and maintain a consistent experience.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Search Guide

This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.

# Image Search Schematic
![alt text](https://github.com/composiohq/composio/blob/master/python/examples/advanced_agents/image_search/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Search Guide

This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.

# Image Search Schematic
![alt text](https://github.com/composiohq/composio/blob/master/python/examples/advanced_agents/image_search/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Search Guide

This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.

# Image Search Schematic
![alt text](https://github.com/composiohq/composio/blob/master/python/examples/advanced_agents/image_search/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Search Guide

This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, Langgraph, LlamaIndex, CrewAI, Autogen and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, Langgraph, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.

# Image Search Schematic
![alt text](https://github.com/composiohq/composio/blob/master/python/examples/advanced_agents/image_search/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Search Guide

This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.

# Image Search Schematic
![alt text](https://github.com/composiohq/composio/blob/master/python/examples/advanced_agents/image_search/schematic.png?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion python/examples/advanced_agents/image_search/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Image Search Guide

This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, Langgraph, LlamaIndex, CrewAI, Autogen and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create an Image Search Agent that leverages Composio, agentic frameworks such as Langchain, Langgraph, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to search for images in you local directory with just a prompt. Ensure you have Python 3.8 or higher installed.

# Image Search Schematic
![alt text](https://github.com/composiohq/composio/blob/master/python/examples/advanced_agents/image_search/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Newsletter Summarizer Guide

This guide provides detailed steps to create an Newsletter Summarizer Agent that leverages Composio, agentic frameworks such as Autogen and ChatGPT to Summarize all your newsletters and send a Weekly Summary. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create an Newsletter Summarizer Agent that leverages Composio, agentic frameworks such as AG2 (Formerly AutoGen) and ChatGPT to Summarize all your newsletters and send a Weekly Summary. Ensure you have Python 3.8 or higher installed.

## Steps to Run

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PR Agent Guide

This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen, OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen), OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# PR Agent Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/pr_agent/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PR Agent Guide

This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen, OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Former AutoGen), OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# PR Agent Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/pr_agent/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PR Agent Guide

This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen, OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen), OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# PR Agent Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/pr_agent/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PR Agent Guide

This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen, OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen), OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# PR Agent Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/pr_agent/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PR Agent Guide

This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen, OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen), OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# PR Agent Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/pr_agent/schematic.png?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion python/examples/advanced_agents/pr_agent/readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PR Agent Guide

This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen, OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a PR agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen), OpenAI and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# PR Agent Schematic
![alt text](https://github.com/ComposioHQ/composio/blob/master/python/examples/advanced_agents/pr_agent/schematic.png?raw=true)
Expand Down
2 changes: 1 addition & 1 deletion python/examples/advanced_agents/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This README provides an in-depth guide for advanced developers on how to leverag

## Overview of Composio

Composio is a versatile platform that allows developers to create AI agents using a variety of frameworks such as Langchain, LlamaIndex, CrewAI, Autogen, and OpenAI. With Composio, you can build agents that can handle complex workflows, interact with multiple APIs, and provide intelligent responses based on user input.
Composio is a versatile platform that allows developers to create AI agents using a variety of frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen), and OpenAI. With Composio, you can build agents that can handle complex workflows, interact with multiple APIs, and provide intelligent responses based on user input.

## Use Cases

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheduling Agent Guide

This guide provides detailed steps to create a Scheduler Agent that leverages Composio and Agentic frameworks such as CrewAI, LangChain, LlamaIndex, Autogen and ChatGPT to schedule your events based on received emails. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a Scheduler Agent that leverages Composio and Agentic frameworks such as CrewAI, LangChain, LlamaIndex, AG2 (Formerly AutoGen) and ChatGPT to schedule your events based on received emails. Ensure you have Python 3.8 or higher installed.

## Steps to Run

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slack Bot Guide

This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and OpenAi and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and OpenAi and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# Slack Bot Schematic
![alt text](https://github.com/ComposioHQ/composio/blob/master/python/examples/advanced_agents/slack_bot_agent/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slack Bot Guide

This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# Slack Bot Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/slack_bot_agent/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slack Bot Guide

This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# Slack Bot Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/slack_bot_agent/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slack Bot Guide

This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# Slack Bot Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/slack_bot_agent/schematic.png?raw=true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Slack Bot Guide

This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, Autogen and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.
This guide provides detailed steps to create a Slack Bot Agent that leverages Composio, agentic frameworks such as Langchain, LlamaIndex, CrewAI, AG2 (Formerly AutoGen) and ChatGPT to review PRs every time they're created. Ensure you have Python 3.8 or higher installed.

# Slack Bot Schematic
![alt text](https://github.com/composiohq/composio/blob/feat/slack-assistant/python/examples/slack_bot_agent/schematic.png?raw=true)
Expand Down
Loading