composio

composio

Composio equips your AI agents & LLMs with 100+ high-quality integrations via function calling

Stars: 25713

Visit
 screenshot

Composio is a production-ready toolset for AI agents that enables users to integrate AI agents with various agentic tools effortlessly. It provides support for over 100 tools across different categories, including popular softwares like GitHub, Notion, Linear, Gmail, Slack, and more. Composio ensures managed authorization with support for six different authentication protocols, offering better agentic accuracy and ease of use. Users can easily extend Composio with additional tools, frameworks, and authorization protocols. The toolset is designed to be embeddable and pluggable, allowing for seamless integration and consistent user experience.

README:

Composio Banner

Composio SDK

| This is the preview for our next generation sdk, you can learn more about them here and how to move here https://v3.docs.composio.dev/docs/migration

if you are looking for the older sdk, you can find them here

This repository contains the official Software Development Kits (SDKs) for Composio, providing seamless integration capabilities across multiple programming languages.

Repository Structure

composio/
├── py/         # Python SDK
└── ts/         # TypeScript SDK

Getting Started

TypeScript SDK Installation

# Using npm
npm install @composio/core@next

# Using yarn
yarn add @composio/core@next

# Using pnpm
pnpm add @composio/core@next

Quick start:

import { Composio } from '@composio/core';
// Initialize the SDK
const composio = new Composio({
  // apiKey: 'your-api-key',
});

Python SDK Installation

# Using pip
pip install composio

# Using poetry
poetry add composio

Quick start:

from composio import Composio


composio = Composio(
  # api_key="your-api-key",
)

For more detailed usage instructions and examples, please refer to each SDK's specific documentation.

Available SDKs

TypeScript SDK (/ts)

The TypeScript SDK provides a modern, type-safe way to interact with Composio's services. It's designed for both Node.js and browser environments, offering full TypeScript support with comprehensive type definitions.

For detailed information about the TypeScript SDK, please refer to the TypeScript SDK Documentation.

Python SDK (/py)

The Python SDK offers a Pythonic interface to Composio's services, making it easy to integrate Composio into your Python applications. It supports Python 3.7+ and follows modern Python development practices.

For detailed information about the Python SDK, please refer to the Python SDK Documentation.

Contributing

We welcome contributions to both SDKs! Please read our contribution guidelines before submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you encounter any issues or have questions about the SDKs:

For Tasks:

Click tags to check more tools for each tasks

For Jobs:

Alternative AI tools for composio

Similar Open Source Tools

For similar tasks

For similar jobs