ComposioHQ/composio

Composio powers 1000+ toolkits, tool search, context management, authentication, and a sandboxed workbench to help you build AI agents that turn intent into...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 26 minutes ago
Added to GitGenius on February 20th, 2026
Created on February 23rd, 2024
Open Issues & Pull Requests: 81 (-1)
Number of forks: 4,730
Total Stargazers: 29,853 (+2)
Total Subscribers: 72 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.6 hours
Mean response time: 6.9 days
90th percentile: 14.5 days
Tracked items: 688

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "python" is answered fastest, typically in under an hour, while "support" waits about 34 hours. Only 11% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 36
New in 7 days: 13
Closed in 7 days: 7
Avg open age: 22 days
Stale 30+ days: 20
Stale 90+ days: 0

Recent activity

Opened in 7 days: 8
Closed in 7 days: 6
Comments in 7 days: 12
Events in 7 days: 27

Top labels

  • bug (144)
  • support (59)
  • stale (53)
  • enhancement (31)
  • Triaged 👀 (21)
  • py (21)
  • cli (19)
  • good first issue (18)

Detailed Description

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.