ComposioTools enable an Agent to work with tools like Gmail, Salesforce, Github, etc.Documentation Index
Fetch the complete documentation index at: https://docs.agno.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
The following example requires thecomposio-agno library.
Example
The following agent will use Github Tool from Composio Toolkit to star a repo.cookbook/14_tools/composio_tools.py
Toolkit Params
The following parameters are used when calling the GitHub star repository action:| Parameter | Type | Default | Description |
|---|---|---|---|
owner | str | - | The owner of the repository to star. |
repo | str | - | The name of the repository to star. |