📖 Using Composio With PraisonAI
Composio enables your PraisonAI agents to connect with many tools!
Goal: Star a repository on GitHub with natural language & PraisonAI Agent
Install Packages & Connect a Tool
These commands prepare your environment for seamless interaction between PraisonAI and GitHub.
Run command
Goal: Use PraisonAI Agent to Interact with Github using Composio
Import Base Packages
Prepare your environment by initializing necessary imports from PraisonAI and setting up your client.
Default Imports
Write the Praison-supported Composio Tools in tools.py
file.
This step involves fetching and integrating GitHub tools provided by Composio, and writing them in PraisonAI supported Format, returning the name of tools in a format, that should be added to agents.yml
file.
Write the tools