Composio Tool
The ComposioTool
is a wrapper around the composio set of tools and gives your agent access to a wide variety of tools from the Composio SDK.
Description
This tools is a wrapper around the composio set of tools and gives your agent access to a wide variety of tools from the Composio SDK.
Example
Add the Composio tool with
The following example demonstrates how to initialize the tool and execute a github action:
Code
Its important that
composio_tools
is a list, even if only one elementIf you don’t know what action you want to use, use from_app
and tags
filter to get relevant actions
Code
or use use_case
to search relevant actions
Code
- More detailed list of tools can be found here