Skip to main content

Core Package

Install the core Composio SDK:
Or use the composio package which includes the core:

Provider-Specific Packages

For AI framework integrations, install the corresponding provider package:

OpenAI

Anthropic (Claude)

LangChain

LangGraph

LlamaIndex

CrewAI

AutoGen

Google AI (Gemini)

Google Generative AI

Google ADK

Requirements

  • Python 3.10 or higher
  • pip package manager

Environment Variables

Set up your environment variables:

Verify Installation

Verify your installation:

Development Installation

For development, clone the repository and install in editable mode:

Troubleshooting

Import Errors

If you encounter import errors, ensure you’ve installed the correct package:

API Key Issues

If you get ApiKeyNotProvidedError, ensure your API key is set:

Version Conflicts

If you experience version conflicts, use a virtual environment:

Next Steps

Quick Start

Get started with Composio Python SDK

Composio Client

Learn about SDK configuration

Providers

Choose your AI framework integration

Tools

Start using tools