Installation

Composio provides Python and TypeScript SDKs as well as plugins with other LLM frameworks like CrewAI, LangChain, AutoGen.

Install the SDK

Before installing the SDK, ensure you have Python 3.8+.

1

Install uv

$curl -LsSf https://astral.sh/uv/install.sh | sh
2

Install Composio

$uv add composio_core composio_openai
3

Install the relevant plugin

Depending on what LLM framework you’re using, you’ll need to install the relevant plugin.

$uv add composio_crewai # For CrewAI
>uv add composio_langchain # For LangChain
Built with