Skip to content

Composio Toolset

Integration with the Composio platform for accessing pre-built tool integrations.

Basic Usage

agents:
  my_agent:
    toolsets:
      - type: composio
        apps:
          - github
          - slack

Configuration Reference

Composio Toolset

Configuration for Composio toolsets.

Composio Toolset (YAML)
1
2
3
4
5
6
toolsets:  # List of toolsets to load.
- type: composio
  api_key: null  # Composio API Key.
  user_id: user@example.com  # User ID for composio tools.
  toolsets: []  # List of toolsets to load.
  namespace: null  # Optional namespace prefix for tool names

Available Apps

Composio provides integrations with many services. Check the Composio documentation for the full list.