Supported Frameworks
Using Composio With Autogen
Integrate Composio with 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
1
Install Packages
Python
2
Import Libraries & Initialize ComposioToolSet & LLM
Python
3
Define the Assistant & resigter the tools
You can get all the tools for a given app as shown below, but you can get specific actions and filter actions using usecase & tags. Learn more here
Python
4
Run the Agent
Python