Composio is a platform that provides Software Development Kits for Python and TypeScript to enable AI agents to interact with external tools and services. The repository contains the official SDKs that integrate with various agentic frameworks and libraries, allowing developers to build AI agents capable of turning user intent into concrete actions across 1000+ toolkits. The platform handles tool search, context management, authentication, and provides a sandboxed workbench environment for agent execution.
The TypeScript SDK is designed for both Node.js and browser environments with full type-safe support and comprehensive type definitions. The Python SDK offers a Pythonic interface supporting Python 3.10 and above, following modern Python development practices. Both SDKs pull OpenAPI specifications from the Composio backend to generate up-to-date API documentation automatically during the build process. The repository is written primarily in TypeScript and maintains extensive provider support across major AI frameworks including OpenAI, Anthropic, LangChain, LangGraph, LlamaIndex, Google Gemini, Vercel AI SDK, Mastra, and Cloudflare Workers AI for TypeScript, with additional support for CrewAI and AutoGen in Python.
The project is organized into multiple npm and PyPI packages. Core packages include @composio/core for TypeScript and composio for Python. Provider-specific packages exist for each supported framework, such as @composio/openai, @composio/langchain, and composio-crewai. Utility packages like @composio/json-schema-to-zod and @composio/ts-builders provide additional development tools. The repository also includes Rube, a Model Context Protocol server built with Composio that connects AI tools to over 500 apps including Gmail, Slack, GitHub, and Notion, integrating with AI clients like Cursor and Claude Desktop.
The platform is classified across multiple domains including LLM Integration, Tool Orchestration, Workflow Automation, Application Connectors, AI Agents, Unified API, Extensible Framework, Actionable AI, Software Integration, and Automation Platform. The project welcomes community contributions and provides contribution guidelines for developers interested in extending the SDKs. Documentation is available at docs.composio.dev, and the project is licensed under the MIT License.