Composio
Last updated
Last updated
enable an Agent to work with tools like Gmail, Salesforce, Github, etc.
The following example requires the composio-phidata
library.
The following agent will use Github Tool from Composio Toolkit to star a repo.
cookbook/tools/composio_tools.py
The following parameters are used when calling the GitHub star repository action:
owner
str
-
The owner of the repository to star.
repo
str
-
The name of the repository to star.
Composio Toolkit provides 1000+ functions to connect to different software tools. Open this to view the complete list of functions.